@@ -1,6 +1,6 @@
const path = require('path');
module.exports = {
- publicPath: process.env.NODE_ENV === 'production' ? '/web/' : '/',
+ publicPath: process.env.NODE_ENV === 'production' ? '/9th/' : '/',
devServer: {
port: 8081,
disableHostCheck: true