Tweaked webpack.config.js

This commit is contained in:
2021-12-20 13:52:43 +00:00
parent c130b74e2d
commit b21fa8db9e
+3 -1
View File
@@ -99,7 +99,9 @@ module.exports = ({ production, analyze }) => {
}
},
static: '/public'
static: '/public',
historyApiFallback: true
}
}
};