From bd128c30c671bd323dc00dda7d82e42251c106ac Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 26 Oct 2021 10:13:11 -0400 Subject: [PATCH] Updated JS files to point to fmg --- vue.config.js | 1 + vue.release.config.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 0a76ec457..89a0504c7 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,5 +1,6 @@ module.exports = { outputDir: 'dist/fmg', + publicPath: '/fmg', devServer: { port: 8080, proxy: { diff --git a/vue.release.config.js b/vue.release.config.js index c50d384f6..0fddc8ac8 100644 --- a/vue.release.config.js +++ b/vue.release.config.js @@ -1,3 +1,4 @@ module.exports = { - outputDir: 'dist/fmg' + outputDir: 'dist/fmg', + publicPath: '/fmg' } \ No newline at end of file