Skip to content

Commit

Permalink
fix(nav): Restore deleted previous urls
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Feb 6, 2024
1 parent 025e5fa commit 4055894
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions src/config/urls.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,33 @@ export default {
fr: '/sante',
en: '/health',
},
// TO BE DELETED
santePublications: {
tabs: [
{
fr: '/sante/publications/general',
en: '/health/publications/general',
},
{
fr: '/sante/publications/disciplines',
en: '/health/publications/fields',
},
{
fr: '/sante/publications/editeurs',
en: '/health/publications/publishers',
},
{
fr: '/sante/publications/archives',
en: '/health/publications/repositories',
},
{
fr: '/sante/publications/affiliations',
en: '/health/publications/affiliations',
},
],
fr: '/sante/publications/general',
en: '/health/publications/general',
},
santeEssais: {
tabs: [
{
Expand Down Expand Up @@ -161,6 +188,16 @@ export default {
fr: '/a-propos/communication',
en: '/about/communication',
},
// TO BE DELETED
flash: {
fr: '/a-propos/notes-flash',
en: '/about/notes',
},
// TO BE DELETED
variationsOld: {
fr: '/a-propos/declinaisons',
en: '/about/declinaisons',
},
variations: {
fr: '/declinaisons/bso-locaux',
en: '/declinaisons/bso-locaux',
Expand Down

0 comments on commit 4055894

Please sign in to comment.