@@ -1,6 +1,6 @@
const path = require('path');
module.exports = {
- publicPath: process.env.NODE_ENV === 'production' ? '/dateCenter/' : '/',
+ publicPath: process.env.NODE_ENV === 'production' ? '/dataCenter/' : '/',
devServer: {
port: 8081,
},