Skip to content

Commit f16b1fb

Browse files
committed
Update /apply redirect to skip bit.ly.
1 parent 922b162 commit f16b1fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Routes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ const redirects = [
7676
['/apply-2025', 'https://bit.ly/baaahs-2025-application'],
7777

7878
// 2026
79-
['/apply', 'https://bit.ly/baaahs-2026-application'],
80-
['/apply-2026', 'https://bit.ly/baaahs-2026-application'],
79+
['/apply', 'https://docs.google.com/forms/d/e/1FAIpQLSf-nBepcL9qLEoNDxatDGv_kFnkbzJZrrk_JAScloY_fB6ZYQ/viewform'],
80+
['/apply-2026', 'https://docs.google.com/forms/d/e/1FAIpQLSf-nBepcL9qLEoNDxatDGv_kFnkbzJZrrk_JAScloY_fB6ZYQ/viewform'],
8181
];
8282

8383
const Routes = () => {

0 commit comments

Comments
 (0)