mirror of https://github.com/bra1n/townsquare.git
fix build path
This commit is contained in:
parent
ed03b055f3
commit
ee8de70225
|
@ -1,3 +1,3 @@
|
|||
module.exports = {
|
||||
publicPath: process.env.NODE_ENV === "production" ? "/townsquare/" : "/"
|
||||
publicPath: process.env.NODE_ENV === "production" ? "/" : "/"
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue