Skip to content

Commit bf68451

Browse files
committed
added minneapolis redirect
1 parent 4c4a8af commit bf68451

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

next.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ const nextConfig = {
2626
destination: "https://techoptimum.notion.site/Volunteer-Benefits-at-Tech-Optimum-18b3263dda344832a8df1687df92a8f4",
2727
permanent: false,
2828
basePath: false,
29+
},
30+
{
31+
source: "/minneapolis",
32+
destination: "https://forms.gle/TdZ3Fz8hkXZsvfu1A",
33+
permanent: false,
34+
basePath: false,
2935
}
3036
];
3137
},

0 commit comments

Comments
 (0)