diff --git a/vue.config.js b/vue.config.js index 08f6b48..c18495d 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,5 +1,5 @@ module.exports = { // if the app is supposed to run on Github Pages in a subfolder, use the following config: // publicPath: process.env.NODE_ENV === "production" ? "/townsquare/" : "/" - publicPath: process.env.NODE_ENV === "production" ? "/" : "/", + publicPath: process.env.NODE_ENV === "production" ? "/" : "/" };