Skip to content

Commit

Permalink
Add redirect for '/viagem2024' to '/viagem-2024' in next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Jan 9, 2025
1 parent f9df31d commit 30e80af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ const nextConfig = {
{ destination: '/contacts', permanent: true, source: '/contactos' },
{ destination: '/contacts', permanent: true, source: '/apoio' },
//
{ destination: '/viagem-2024', permanent: true, source: '/viagem2024' },
//
{ destination: 'https://backoffice.carrismetropolitana.pt/imprensa', permanent: false, source: '/imprensa' },
{ destination: 'https://backoffice.carrismetropolitana.pt/embreveform', permanent: false, source: '/embreveform' },
{ destination: 'https://backoffice.carrismetropolitana.pt/knowledgebase', permanent: false, source: '/knowledgebase' },
Expand Down

0 comments on commit 30e80af

Please sign in to comment.