mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
commit
1d76c39c69
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
// if the app is supposed to run on Github Pages in a subfolder, use the following config:
|
// 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" ? "/townsquare/" : "/"
|
publicPath: process.env.NODE_ENV === "production" ? "/" : "/"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue