We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922b162 commit f16b1fbCopy full SHA for f16b1fb
src/Routes.js
@@ -76,8 +76,8 @@ const redirects = [
76
['/apply-2025', 'https://bit.ly/baaahs-2025-application'],
77
78
// 2026
79
- ['/apply', 'https://bit.ly/baaahs-2026-application'],
80
- ['/apply-2026', 'https://bit.ly/baaahs-2026-application'],
+ ['/apply', 'https://docs.google.com/forms/d/e/1FAIpQLSf-nBepcL9qLEoNDxatDGv_kFnkbzJZrrk_JAScloY_fB6ZYQ/viewform'],
+ ['/apply-2026', 'https://docs.google.com/forms/d/e/1FAIpQLSf-nBepcL9qLEoNDxatDGv_kFnkbzJZrrk_JAScloY_fB6ZYQ/viewform'],
81
];
82
83
const Routes = () => {
0 commit comments