mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 22:43:06 -04:00
[terminology] restore both route versions, temporarily
This commit is contained in:
parent
a83515a3dd
commit
315e184746
@ -197,6 +197,9 @@ export default {
|
|||||||
}
|
}
|
||||||
if (config.terminology.enabled) {
|
if (config.terminology.enabled) {
|
||||||
routes.push({path: `/${config.terminology.route}`, component: resolve(__dirname, 'routes/terminology.vue')});
|
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) {
|
if (config.names.enabled) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user