Public path changed
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
module.exports = {
|
||||
publicPath: process.env.NODE_ENV === 'production'
|
||||
? '/beta/'
|
||||
: '/',
|
||||
publicPath: '/',
|
||||
devServer: {
|
||||
disableHostCheck: true
|
||||
}
|
||||
|
Reference in New Issue
Block a user