forked from services/password-reset-web
fix bad baseurl
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
module.exports = {
|
||||
runtimeCompiler: true,
|
||||
publicPath: process.env.NODE_ENV === 'production'
|
||||
? '/manage/'
|
||||
: '/'
|
||||
runtimeCompiler: true
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user