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) {