temporarily disable PWA in order to (hopefully) fix caching issues

This commit is contained in:
Andrea Vos 2022-09-11 23:02:19 +02:00
parent fba6a70012
commit a26470fe68

View File

@ -144,7 +144,7 @@ export default {
components: true,
buildModules: [],
modules: [
'@nuxtjs/pwa',
//'@nuxtjs/pwa',
'@nuxtjs/axios',
['@nuxtjs/redirect-module', {
rules: config.redirects,
@ -152,16 +152,16 @@ export default {
'cookie-universal-nuxt',
'vue-plausible'
],
pwa: {
manifest: {
name: title,
short_name: title,
description: description,
background_color: '#ffffff',
theme_color: colour,
lang: locale,
}
},
// pwa: {
// manifest: {
// name: title,
// short_name: title,
// description: description,
// background_color: '#ffffff',
// theme_color: colour,
// lang: locale,
// }
// },
plausible: {
domain: process.env.PLAUSIBLE_DOMAIN || translations.domain,
},