updating package.json and fixing vue config

This commit is contained in:
Dave 2023-01-13 13:32:08 +00:00
parent beabcb14a4
commit 568b36539f
2 changed files with 12146 additions and 22 deletions

12166
package-lock.json generated

File diff suppressed because it is too large Load diff

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" ? "/" : "/"
publicPath: process.env.NODE_ENV === "production" ? "/townsquare/" : "/",
};