Skip to content

Commit cd89f22

Browse files
Merge pull request #112 from armada-ths/august/fix/redirect
added redirect to at the fair
2 parents 41c7258 + 814183e commit cd89f22

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

next.config.mjs

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ const nextConfig = {
2626
destination: "/student/map",
2727
permanent: true
2828
},
29+
{
30+
source: "/at-the-fair",
31+
destination: "/student/at-the-fair",
32+
permanent: true
33+
},
2934
{
3035
source: "/recruitment",
3136
destination: "/student/recruitment",

0 commit comments

Comments
 (0)