From 1d130f32c207157f809d71ec2d850dee009d415d Mon Sep 17 00:00:00 2001 From: ogerly Date: Sat, 3 Aug 2019 10:59:43 +0200 Subject: [PATCH] Make static pages in footer publicly accessible --- webapp/nuxt.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapp/nuxt.config.js b/webapp/nuxt.config.js index e9f34d1be..e7f4d5cbd 100644 --- a/webapp/nuxt.config.js +++ b/webapp/nuxt.config.js @@ -39,6 +39,11 @@ module.exports = { 'registration-verify-code', 'registration-create-user-account', 'pages-slug', + 'imprint', + 'terms-and-conditions', + 'code-of-conduct', + 'data-privacy', + 'changelog', ], // pages to keep alive keepAlivePages: ['index'],