change to universal app, add cookie module

This commit is contained in:
Jonathan Baecker 2020-04-21 15:27:34 +02:00
parent 7b00b17b49
commit 163c2dea2a

View File

@ -1,7 +1,7 @@
require('dotenv').config() require('dotenv').config()
export default { export default {
mode: 'spa', mode: 'universal',
/* /*
** Headers of the page ** Headers of the page
*/ */
@ -66,6 +66,7 @@ export default {
'@nuxtjs/style-resources', '@nuxtjs/style-resources',
// Doc: https://github.com/nuxt-community/dotenv-module // Doc: https://github.com/nuxt-community/dotenv-module
'@nuxtjs/dotenv', '@nuxtjs/dotenv',
'cookie-universal-nuxt',
'nuxt-dayjs-module' 'nuxt-dayjs-module'
], ],