From c3a5efcc7212ebb90e683e6681ae8e81072c9d2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 20 Jul 2021 10:14:15 +0200 Subject: [PATCH] Fix error for not viewing FAQs page without login --- webapp/nuxt.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/nuxt.config.js b/webapp/nuxt.config.js index 1d38a3a0a..cd929c14d 100644 --- a/webapp/nuxt.config.js +++ b/webapp/nuxt.config.js @@ -42,6 +42,7 @@ export default { 'changelog', 'imprint', 'data-privacy', + 'faq', ], // pages to keep alive keepAlivePages: ['index'],