Skip to content

Commit

Permalink
add redirect from /bookings to /studio-bookings
Browse files Browse the repository at this point in the history
  • Loading branch information
antiantivirus committed Sep 17, 2024
1 parent 1049bab commit 7e5d714
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,13 @@ module.exports = {
scrollRestoration: true,
},
transpilePackages: ["@radix-ui"],
async redirects() {
return [
{
source: '/bookings',
destination: '/studio-bookings',
permanent: false,
},
];
},
};

0 comments on commit 7e5d714

Please sign in to comment.