mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
fix: lowercase BaseURL (filebrowser/filebrowser#522)
This commit is contained in:
parent
1e5ced6737
commit
3ae9e518a3
@ -5,7 +5,7 @@ module.exports = {
|
||||
index: path.resolve(__dirname, '../dist/index.html'),
|
||||
assetsRoot: path.resolve(__dirname, '../dist'),
|
||||
assetsSubDirectory: 'static',
|
||||
assetsPublicPath: '{{ .BaseURL }}/',
|
||||
assetsPublicPath: '{{ .baseurl }}/',
|
||||
build: {
|
||||
env: {
|
||||
NODE_ENV: '"production"'
|
||||
|
Loading…
Reference in New Issue
Block a user