Skip to content

Commit

Permalink
Add redirect for '/cartoes' to '/cards' in Next.js configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Jan 28, 2025
1 parent 9456b40 commit ce029a9
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 @@ -40,6 +40,8 @@ const nextConfig = {
//
{ destination: '/tickets', permanent: true, source: '/tarifarios' },
//
{ destination: '/cards', permanent: true, source: '/cartoes' },
//
{ destination: '/contacts', permanent: true, source: '/contactos' },
{ destination: '/contacts', permanent: true, source: '/apoio' },
//
Expand Down

0 comments on commit ce029a9

Please sign in to comment.