Fixed: Series search input when URL base is configured

This commit is contained in:
Mark McDowall 2025-03-23 20:51:20 -07:00
parent 5fb632eb46
commit 08d1bcb351

View file

@ -65,7 +65,7 @@ module.exports = (env) => {
output: {
path: distFolder,
publicPath: '/',
publicPath: 'auto',
filename: isProduction ? '[name]-[contenthash].js' : '[name].js',
sourceMapFilename: '[file].map'
},