From 3ae9e518a30ec59e307f60f0225b8eb04433be08 Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Fri, 24 Aug 2018 00:20:20 +0100 Subject: [PATCH] fix: lowercase BaseURL (filebrowser/filebrowser#522) --- build/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config.js b/build/config.js index 885ac29d..273a3db0 100644 --- a/build/config.js +++ b/build/config.js @@ -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"'