feat/add_user_theme_view_controls: yarn add cookie-universal-nuxt , to allow users to choose the lightness of the theme and the compactness of the view on events

This commit is contained in:
sedum
2022-11-27 03:38:05 +01:00
parent f7386c5746
commit 88145867ae
7 changed files with 108 additions and 13 deletions

View File

@@ -54,7 +54,8 @@ module.exports = {
'nuxt-i18n',
'@nuxtjs/axios',
'@nuxtjs/auth',
'@nuxtjs/sitemap'
'@nuxtjs/sitemap',
['cookie-universal-nuxt', { alias: 'cookies' }],
],
sitemap: {
@@ -89,7 +90,7 @@ module.exports = {
})),
vueI18n: {
fallbackLocale: 'en'
},
},
langDir: 'locales',
lazy: true,
strategy: 'no_prefix',
@@ -135,6 +136,7 @@ module.exports = {
}
}
},
buildModules: ['@nuxtjs/vuetify'],
vuetify: {
treeShake: true,