Skip to content

Commit

Permalink
fix(epubreader): page cannot load because of incorrect css mime type
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Nov 28, 2023
1 parent c9cb93c commit dbc5b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion komga-webui/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
],
type: 'asset/resource',
generator: {
filename: '[hash].css[query]',
filename: 'css/[hash].css[query]',
},
},
],
Expand Down

0 comments on commit dbc5b3d

Please sign in to comment.