change to universal app, add cookie module
This commit is contained in:
parent
7b00b17b49
commit
163c2dea2a
@ -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'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user