1
0
Fork 0
mirror of https://github.com/bra1n/townsquare.git synced 2025-07-25 03:35:13 +00:00

Create vue.config.js

This commit is contained in:
Steffen 2020-04-03 19:36:37 +02:00 committed by GitHub
parent a1dc5e4e9e
commit 095139aadc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
vue.config.js Normal file
View file

@ -0,0 +1,5 @@
module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? '/townsquare/'
: '/'
}