diff --git a/frontend/next.config.mjs b/frontend/next.config.mjs index f7ba6a6f..e58f68a9 100644 --- a/frontend/next.config.mjs +++ b/frontend/next.config.mjs @@ -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' },