Skip to content

Commit

Permalink
Add redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
vhande committed Nov 19, 2024
1 parent 26c4604 commit 81e0fa3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/redirects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ const getRedirects = (
destination: '/organizers/:organizerId/edit',
permanent: false,
},
{
source: '/organizer/:organizerId/preview',
destination: '/organizers/:organizerId/preview',
permanent: false,
},
{
source: '/organizer/:organizerId/ownerships',
destination: '/organizers/:organizerId/ownerships',
Expand Down

0 comments on commit 81e0fa3

Please sign in to comment.