mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-09 14:29:15 +00:00
Fix font paths when useCDN is false and no urlPath
is present
Signed-off-by: Enrico Guiraud <enrico.guiraud@cern.ch>
This commit is contained in:
parent
e222e4426d
commit
2d3b009e13
1 changed files with 6 additions and 1 deletions
|
@ -396,7 +396,12 @@ module.exports = {
|
|||
}, {
|
||||
test: /\.css$/,
|
||||
use: [
|
||||
MiniCssExtractPlugin.loader,
|
||||
{
|
||||
loader: MiniCssExtractPlugin.loader,
|
||||
options: {
|
||||
publicPath: '',
|
||||
}
|
||||
},
|
||||
'css-loader'
|
||||
]
|
||||
}, {
|
||||
|
|
Loading…
Add table
Reference in a new issue