change to universal app, add cookie module
This commit is contained in:
parent
7b00b17b49
commit
163c2dea2a
@ -1,7 +1,7 @@
|
||||
require('dotenv').config()
|
||||
|
||||
export default {
|
||||
mode: 'spa',
|
||||
mode: 'universal',
|
||||
/*
|
||||
** Headers of the page
|
||||
*/
|
||||
@ -66,6 +66,7 @@ export default {
|
||||
'@nuxtjs/style-resources',
|
||||
// Doc: https://github.com/nuxt-community/dotenv-module
|
||||
'@nuxtjs/dotenv',
|
||||
'cookie-universal-nuxt',
|
||||
'nuxt-dayjs-module'
|
||||
],
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user