From 315e184746a0213d4ea00b1e5fdac49c75100546 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Sun, 29 Aug 2021 09:14:41 +0200 Subject: [PATCH] [terminology] restore both route versions, temporarily --- nuxt.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nuxt.config.js b/nuxt.config.js index 18e4231b0..2137a5a5e 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -197,6 +197,9 @@ export default { } if (config.terminology.enabled) { routes.push({path: `/${config.terminology.route}`, component: resolve(__dirname, 'routes/terminology.vue')}); + + // TODO remove later + routes.push({path: `/${config.nouns.route}/${config.terminology.route}`, component: resolve(__dirname, 'routes/terminology.vue')}); } if (config.names.enabled) {