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'],