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
1 changed files with 5 additions and 0 deletions

5
vue.config.js Normal file
View File

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