Skip to content

Commit

Permalink
Add redirect for sing
Browse files Browse the repository at this point in the history
  • Loading branch information
leomet07 committed Mar 12, 2024
1 parent 18af84a commit a95b35f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ module.exports = {
destination: "mailto:web@stuyspec.com",
permanent: true,
},
{
source: "/department/ae/sing",
destination: "/department/ae/sing!",
permanent: true
},
];
},
async rewrites() {
Expand Down

0 comments on commit a95b35f

Please sign in to comment.