Update spa settings for build
This commit is contained in:
parent
d999870fc8
commit
ce3432dc8f
|
|
@ -17,6 +17,7 @@ module.exports = {
|
||||||
{rel: 'stylesheet', href: 'https://fonts.googleapis.com/css?family=Montserrat:400,800'}
|
{rel: 'stylesheet', href: 'https://fonts.googleapis.com/css?family=Montserrat:400,800'}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
mode: 'spa',
|
||||||
modules: ['@nuxtjs/apollo'],
|
modules: ['@nuxtjs/apollo'],
|
||||||
apollo: {
|
apollo: {
|
||||||
clientConfigs: {
|
clientConfigs: {
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,9 @@
|
||||||
"author": "maersu <me@maersu.ch>",
|
"author": "maersu <me@maersu.ch>",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nuxt --spa",
|
"dev": "nuxt",
|
||||||
"build": "nuxt build --spa",
|
"build": "nuxt build",
|
||||||
"start": "nuxt start --spa",
|
"start": "nuxt start",
|
||||||
"heroku-postbuild": "npm run build"
|
"heroku-postbuild": "npm run build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue