mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
refactor(nx/server): fix proxying of stylesheets
This commit is contained in:
@@ -42,7 +42,7 @@ module.exports = {
|
||||
}
|
||||
],
|
||||
baseHref: '/',
|
||||
assets: ["./src/assets"],
|
||||
assets: ["./src/assets", "./src/stylesheets"],
|
||||
styles: [],
|
||||
outputHashing: process.env['NODE_ENV'] === 'production' ? 'all' : 'none',
|
||||
optimization: process.env['NODE_ENV'] === 'production',
|
||||
|
||||
Reference in New Issue
Block a user