Skip to content

Commit ef3d67b

Browse files
committed
zoom
1 parent 49dd6fe commit ef3d67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/redirect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export default function Redirect() {
172172
}
173173
//
174174
if (
175-
pathname.toLowerCase() =='zoom'
175+
pathname.toLowerCase() =='/zoom'
176176
) {
177177
redirect('https://us06web.zoom.us/j/86046877909?pwd=Tyt3WiQ3bNcI8KTNcW9E6Kztj1Hd5u.1')
178178
}

0 commit comments

Comments
 (0)