From cb2849b07e97519f9effb5ab61bf96a655e8021b Mon Sep 17 00:00:00 2001 From: Dave Date: Sat, 14 Jan 2023 11:24:25 +0000 Subject: [PATCH] changing vue config to remove /townsquare uri --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 3e1075e..08f6b48 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" ? "/townsquare/" : "/" + publicPath: process.env.NODE_ENV === "production" ? "/" : "/", };