mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 14:32:04 -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) {
|
||||
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user