mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
3 lines
97 B
JavaScript
3 lines
97 B
JavaScript
module.exports = {
|
|
publicPath: process.env.NODE_ENV === "production" ? "/townsquare/" : "/"
|
|
};
|