mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-06 01:25:31 +00:00
fix(webapp): make static pages available when logged out (#9201)
This commit is contained in:
parent
9b98dcae9a
commit
7b3c907cf6
@ -36,16 +36,7 @@ export default {
|
|||||||
'password-reset-enter-nonce',
|
'password-reset-enter-nonce',
|
||||||
'password-reset-change-password',
|
'password-reset-change-password',
|
||||||
'registration',
|
'registration',
|
||||||
'pages-slug',
|
'static', // _static.vue catch-all for footer pages (organization, imprint, etc.)
|
||||||
'organization',
|
|
||||||
'support',
|
|
||||||
'terms-and-conditions',
|
|
||||||
'code-of-conduct',
|
|
||||||
'changelog',
|
|
||||||
'imprint',
|
|
||||||
'data-privacy',
|
|
||||||
'faq',
|
|
||||||
'donate',
|
|
||||||
],
|
],
|
||||||
// pages to keep alive
|
// pages to keep alive
|
||||||
keepAlivePages: ['index'],
|
keepAlivePages: ['index'],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user