update public path

This commit is contained in:
Thomas Dedek
2021-04-13 16:07:09 +02:00
parent 169d67d7e7
commit c9c8439ac2
2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
module.exports = {
runtimeCompiler: true
}
runtimeCompiler: true,
publicPath: process.env.NODE_ENV === 'production'
? '/manage/'
: '/'
};