Add base url
This commit is contained in:
parent
f7e994522c
commit
2eb9ab9e4d
|
|
@ -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'}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue