mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
fix build path
This commit is contained in:
parent
ed03b055f3
commit
ee8de70225
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
module.exports = {
|
||||
publicPath: process.env.NODE_ENV === "production" ? "/townsquare/" : "/"
|
||||
publicPath: process.env.NODE_ENV === "production" ? "/" : "/"
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue