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'}
|
||||
]
|
||||
},
|
||||
mode: 'spa',
|
||||
modules: ['@nuxtjs/apollo'],
|
||||
apollo: {
|
||||
clientConfigs: {
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
"author": "maersu <me@maersu.ch>",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "nuxt --spa",
|
||||
"build": "nuxt build --spa",
|
||||
"start": "nuxt start --spa",
|
||||
"dev": "nuxt",
|
||||
"build": "nuxt build",
|
||||
"start": "nuxt start",
|
||||
"heroku-postbuild": "npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue