mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-01-15 08:23:36 -03:00
Fix path references in themes
This commit is contained in:
@@ -319,7 +319,7 @@ const config = {
|
|||||||
{
|
{
|
||||||
loader: MiniCssExtractPlugin.loader,
|
loader: MiniCssExtractPlugin.loader,
|
||||||
options: {
|
options: {
|
||||||
publicPath: '/'
|
publicPath: '../../'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'css-loader',
|
'css-loader',
|
||||||
|
|||||||
Reference in New Issue
Block a user