mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
changing vue config to remove /townsquare uri
This commit is contained in:
parent
1bde7a6688
commit
cb2849b07e
1 changed files with 1 additions and 1 deletions
|
@ -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" ? "/" : "/",
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue