mirror of
https://github.com/KevinMidboe/leifsopplevelser.git
synced 2025-10-29 17:50:21 +00:00
Added vue config for prod builds to github pages.
This commit is contained in:
5
vue.config.js
Normal file
5
vue.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
publicPath: process.env.NODE_ENV === 'production'
|
||||
? '/leifsopplevelser/'
|
||||
: '/'
|
||||
}
|
||||
Reference in New Issue
Block a user