mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-28 07:20:49 -04:00
temporarily disable PWA in order to (hopefully) fix caching issues - revert
This commit is contained in:
parent
a26470fe68
commit
432e034b80
@ -136,7 +136,6 @@ export default {
|
|||||||
},
|
},
|
||||||
css: [],
|
css: [],
|
||||||
plugins: [
|
plugins: [
|
||||||
// { src: '~/plugins/vue-matomo.js', ssr: false },
|
|
||||||
{ src: '~/plugins/globals.js' },
|
{ src: '~/plugins/globals.js' },
|
||||||
{ src: '~/plugins/auth.js' },
|
{ src: '~/plugins/auth.js' },
|
||||||
{ src: '~/plugins/datepicker.js', ssr: false },
|
{ src: '~/plugins/datepicker.js', ssr: false },
|
||||||
@ -144,7 +143,7 @@ export default {
|
|||||||
components: true,
|
components: true,
|
||||||
buildModules: [],
|
buildModules: [],
|
||||||
modules: [
|
modules: [
|
||||||
//'@nuxtjs/pwa',
|
'@nuxtjs/pwa',
|
||||||
'@nuxtjs/axios',
|
'@nuxtjs/axios',
|
||||||
['@nuxtjs/redirect-module', {
|
['@nuxtjs/redirect-module', {
|
||||||
rules: config.redirects,
|
rules: config.redirects,
|
||||||
@ -152,16 +151,16 @@ export default {
|
|||||||
'cookie-universal-nuxt',
|
'cookie-universal-nuxt',
|
||||||
'vue-plausible'
|
'vue-plausible'
|
||||||
],
|
],
|
||||||
// pwa: {
|
pwa: {
|
||||||
// manifest: {
|
manifest: {
|
||||||
// name: title,
|
name: title,
|
||||||
// short_name: title,
|
short_name: title,
|
||||||
// description: description,
|
description: description,
|
||||||
// background_color: '#ffffff',
|
background_color: '#ffffff',
|
||||||
// theme_color: colour,
|
theme_color: colour,
|
||||||
// lang: locale,
|
lang: locale,
|
||||||
// }
|
}
|
||||||
// },
|
},
|
||||||
plausible: {
|
plausible: {
|
||||||
domain: process.env.PLAUSIBLE_DOMAIN || translations.domain,
|
domain: process.env.PLAUSIBLE_DOMAIN || translations.domain,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user