Updated JS files to point to fmg

This commit is contained in:
Frank 2021-10-26 10:13:11 -04:00
parent 807c453848
commit bd128c30c6
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,6 @@
module.exports = {
outputDir: 'dist/fmg',
publicPath: '/fmg',
devServer: {
port: 8080,
proxy: {

View file

@ -1,3 +1,4 @@
module.exports = {
outputDir: 'dist/fmg'
outputDir: 'dist/fmg',
publicPath: '/fmg'
}