Skip to content

Commit e32581f

Browse files
committed
Update /apply redirect for 2026.
1 parent c6d4323 commit e32581f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Routes.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,11 @@ const redirects = [
7373
],
7474

7575
// 2025
76-
['/apply', 'https://bit.ly/baaahs-2025-application'],
7776
['/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'],
7881
];
7982

8083
const Routes = () => {

0 commit comments

Comments
 (0)