mirror of https://github.com/bra1n/townsquare.git
Create vue.config.js
This commit is contained in:
parent
a1dc5e4e9e
commit
095139aadc
|
@ -0,0 +1,5 @@
|
||||||
|
module.exports = {
|
||||||
|
publicPath: process.env.NODE_ENV === 'production'
|
||||||
|
? '/townsquare/'
|
||||||
|
: '/'
|
||||||
|
}
|
Loading…
Reference in New Issue