mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 06:23:35 -04:00
temporarily disable PWA in order to (hopefully) fix caching issues
This commit is contained in:
parent
fba6a70012
commit
a26470fe68
@ -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,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user