Skip to content

Commit

Permalink
Add non-regex redirects for specific URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
samglover committed Sep 26, 2024
1 parent 79124bf commit b1b8abe
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,26 @@ const nextConfig = {
'https://assemblyline.suffolklitlab.org/docs/get_started#join-the-community',
permanent: true,
},
{
source: '/ma/forms/courtformsonline-massaccess',
destination: '/ma/forms',
permanent: true,
},
{
source: '/myforms',
destination: '/forms',
permanent: true,
},
{
source: '/forms/form_data.csv',
destination: '/forms',
permanent: true,
},
{
source: '/hackathon/',
destination: 'https://suffolklitlab.org/events/',
permanent: true,
},
];
},
};
Expand Down

0 comments on commit b1b8abe

Please sign in to comment.