Added vue config for prod builds to github pages.

This commit is contained in:
2019-02-20 01:56:36 +01:00
parent bbe8829c0b
commit b8e159cc33
13 changed files with 5 additions and 56 deletions

5
vue.config.js Normal file
View File

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