changing vue config to remove /townsquare uri

This commit is contained in:
Dave 2023-01-14 11:24:25 +00:00
parent 1bde7a6688
commit cb2849b07e

View file

@ -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" ? "/" : "/",
};