mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
client: fix production path for chunks
This commit is contained in:
parent
977f9d5174
commit
292b2acb1e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ module.exports = {
|
|||
index: path.resolve(__dirname, '../../dist-client/index.html'),
|
||||
assetsRoot: path.resolve(__dirname, '../../dist-client'),
|
||||
assetsSubDirectory: 'static',
|
||||
assetsPublicPath: '/new-app',
|
||||
assetsPublicPath: '/new-app/',
|
||||
staticAssetsDirectory,
|
||||
productionSourceMap: true,
|
||||
// Gzip off by default as many popular static hosts such as
|
||||
|
|
|
|||
Loading…
Reference in a new issue