Public path changed

This commit is contained in:
Kamil Niemczycki 2022-02-18 09:55:31 +01:00
parent b195b35c68
commit 7d3531f058

View File

@ -1,7 +1,5 @@
module.exports = { module.exports = {
publicPath: process.env.NODE_ENV === 'production' publicPath: '/',
? '/beta/'
: '/',
devServer: { devServer: {
disableHostCheck: true disableHostCheck: true
} }