fix bad baseurl

This commit is contained in:
Thomas Dedek
2021-04-13 20:44:39 +02:00
parent c9c8439ac2
commit f884e605db

View File

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