mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
updating package.json and fixing vue config
This commit is contained in:
parent
beabcb14a4
commit
568b36539f
2 changed files with 12146 additions and 22 deletions
12166
package-lock.json
generated
12166
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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/" : "/",
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue