mirror of https://github.com/bra1n/townsquare.git
6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
|
module.exports = {
|
||
|
publicPath: process.env.NODE_ENV === 'production'
|
||
|
? '/townsquare/'
|
||
|
: '/'
|
||
|
}
|