From 7b3c907cf6733443f59e32df0707a63b5eb56bdd Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 10 Feb 2026 22:32:12 +0100 Subject: [PATCH] fix(webapp): make static pages available when logged out (#9201) --- webapp/nuxt.config.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/webapp/nuxt.config.js b/webapp/nuxt.config.js index e031c9db6..480f4a816 100644 --- a/webapp/nuxt.config.js +++ b/webapp/nuxt.config.js @@ -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'],