fix(webapp): make static pages available when logged out (#9201)

This commit is contained in:
Ulf Gebhardt 2026-02-10 22:32:12 +01:00 committed by GitHub
parent 9b98dcae9a
commit 7b3c907cf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,16 +36,7 @@ export default {
'password-reset-enter-nonce',
'password-reset-change-password',
'registration',
'pages-slug',
'organization',
'support',
'terms-and-conditions',
'code-of-conduct',
'changelog',
'imprint',
'data-privacy',
'faq',
'donate',
'static', // _static.vue catch-all for footer pages (organization, imprint, etc.)
],
// pages to keep alive
keepAlivePages: ['index'],