Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Fix: remove redirects (#4685)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrik-Klijnsma-Work authored Mar 9, 2023
1 parent 7d781b4 commit b773fd8
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions packages/app/src/next-config/redirects/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,27 +117,6 @@ async function redirects() {
destination: '/artikelen',
permanent: true,
},
// Redirects for removal of recommanded advices page - COR-1431
{
source: '/veiligheidsregio/:code/maatregelen',
destination: '/',
permanent: true,
},
{
source: '/landelijk/maatregelen',
destination: '/',
permanent: true,
},
{
source: '/veiligheidsregio/:code/geldende-adviezen',
destination: '/',
permanent: true,
},
{
source: '/landelijk/geldende-adviezen',
destination: '/',
permanent: true,
},
];
}

Expand Down

0 comments on commit b773fd8

Please sign in to comment.