Skip to content

Commit

Permalink
Add Edit page redirect (#3562)
Browse files Browse the repository at this point in the history
add redirect
  • Loading branch information
timarney authored May 7, 2024
1 parent d067648 commit 7cda2aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ const nextConfig = {
destination: "/:locale/form-builder/:id/responses/new",
permanent: true,
},
{
source: "/:locale/form-builder/edit",
destination: "/:locale/form-builder/0000/edit",
permanent: true,
},
];
},

Expand Down

0 comments on commit 7cda2aa

Please sign in to comment.