mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
Create vue.config.js
This commit is contained in:
parent
a1dc5e4e9e
commit
095139aadc
1 changed files with 5 additions and 0 deletions
5
vue.config.js
Normal file
5
vue.config.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
publicPath: process.env.NODE_ENV === 'production'
|
||||
? '/townsquare/'
|
||||
: '/'
|
||||
}
|
Loading…
Add table
Reference in a new issue