This commit is contained in:
2026-01-11 15:31:40 +08:00
parent 44dbc0b8b1
commit 3fbc4615ab

View File

@@ -13,7 +13,7 @@ module.exports = {
index: path.resolve(__dirname, '../web/index.html'),
assetsRoot: path.resolve(__dirname, '../web'),
assetsSubDirectory: 'static',
assetsPublicPath: '',
assetsPublicPath: '/',
productionSourceMap: true,
// Gzip off by default as many popular static hosts such as
// Surge or Netlify already gzip all static assets for you.