mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 22:07:07 -04:00
Fixed: Series search input when URL base is configured
This commit is contained in:
parent
5fb632eb46
commit
08d1bcb351
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ module.exports = (env) => {
|
|||
|
||||
output: {
|
||||
path: distFolder,
|
||||
publicPath: '/',
|
||||
publicPath: 'auto',
|
||||
filename: isProduction ? '[name]-[contenthash].js' : '[name].js',
|
||||
sourceMapFilename: '[file].map'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue