[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}. 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. 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: unlisted-cards:
question: 'Can someone search for my card?' question: 'Can someone search for my card?'
answer: answer:

View File

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