Skip to content

Commit

Permalink
Update Merrimack redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-melon authored Sep 11, 2024
1 parent 619c259 commit 77ca57e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ const nextConfig = {
return [
{
source: '/mm24f1', // Merrimack 2024 Flyer #1
destination: '/',
destination: '/mm24',
permanent: false,
},
{
source: '/mm24',
destination: 'https://www.buacademy.org/stuco/9-14-mayhem-in-merrimack/',
permanent: false,
}
]
Expand Down

0 comments on commit 77ca57e

Please sign in to comment.