Skip to content

Commit 49dd6fe

Browse files
committed
.
1 parent c425d05 commit 49dd6fe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

components/redirect.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,12 @@ export default function Redirect() {
170170
) {
171171
redirect('https://starleague.ai/event2024/')
172172
}
173-
173+
//
174+
if (
175+
pathname.toLowerCase() =='zoom'
176+
) {
177+
redirect('https://us06web.zoom.us/j/86046877909?pwd=Tyt3WiQ3bNcI8KTNcW9E6Kztj1Hd5u.1')
178+
}
174179

175180

176181

0 commit comments

Comments
 (0)