mirror of
https://github.com/gotson/komga.git
synced 2026-05-09 05:10:19 +02:00
fix(epubreader): page cannot load because of incorrect css mime type
This commit is contained in:
parent
c9cb93c6ab
commit
dbc5b3d923
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ module.exports = {
|
|||
],
|
||||
type: 'asset/resource',
|
||||
generator: {
|
||||
filename: '[hash].css[query]',
|
||||
filename: 'css/[hash].css[query]',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue