[pwa][faq] re-enable PWA, add FAQ answer

This commit is contained in:
Andrea Vos 2022-10-22 23:43:19 +02:00
parent 4723db88b4
commit c6df9e1cd2
2 changed files with 23 additions and 11 deletions

View File

@ -429,6 +429,18 @@ faq:
- >
You can also just list the five forms using slashes, eg. {/ze/zem/zir/zirs/zirself=ze/zem/zir/zirs/zirself}.
Keep in mind that <strong>all five forms</strong> are required in that case, otherwise the app can only guess what exactly you mean.
app:
question: 'Is there a pronouns.page mobile app?'
answer:
- >
Developing multi-platform mobile apps requires a lot of extra effort,
and at the moment we've decided to focus on other goals.
- >
But this website is a {https://web.dev/learn/pwa/progressive-web-apps/=Progressive Web App},
which means you can {https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Add_to_home_screen=add it to home screen}
in your mobile browser
and it will behave <em>basically</em> like an app 😉
unlisted-cards:
question: 'Can someone search for my card?'
answer:

View File

@ -148,7 +148,7 @@ export default {
buildModules: [],
modules: [
'@privyid/nuxt-csrf',
//'@nuxtjs/pwa',
'@nuxtjs/pwa',
'@nuxtjs/axios',
['@nuxtjs/redirect-module', {
rules: config.redirects,
@ -156,16 +156,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,
// NOTE(privacy): Disables automatic tracking of page views, meaning we have to do it manually