Add base url

This commit is contained in:
Ramon Wenger 2018-08-09 10:20:02 +02:00
parent f7e994522c
commit 2eb9ab9e4d
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ module.exports = {
css: [ css: [
'~/assets/main.scss' '~/assets/main.scss'
], ],
env: {
baseUrl: process.env.BASE_URL || 'http://localhost:3000'
},
head: { head: {
link: [ link: [
{rel: 'stylesheet', href: 'https://fonts.googleapis.com/css?family=Montserrat:400,800'} {rel: 'stylesheet', href: 'https://fonts.googleapis.com/css?family=Montserrat:400,800'}