Skip to content

Commit 3b9a837

Browse files
committed
.
1 parent 6c03597 commit 3b9a837

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

components/redirect.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export default function Redirect() {
154154
pathname.toLowerCase().startsWith('/kai0rl')
155155
|| pathname.toLowerCase().startsWith('/kai0-rl')
156156
) {
157-
redirect('/kai0-RL/')
157+
redirect('/kai0-rl/')
158158
} else {
159159
redirect('/kai0/')
160160
}
@@ -168,13 +168,13 @@ export default function Redirect() {
168168
pathname.toLowerCase().startsWith('/egohumanoid')
169169
|| pathname.toLowerCase().startsWith('/kaidata')
170170
) {
171-
redirect('/EgoHumanoid/')
171+
redirect('/kaidata/')
172172
}
173173
if (
174174
pathname.toLowerCase().startsWith('/sparsevnav')
175-
|| pathname.toLowerCase().startsWith('/mm-vn')
175+
|| pathname.toLowerCase().startsWith('/mm-videonav')
176176
) {
177-
redirect('https://mmlab.hk/research/MM-VN')
177+
redirect('https://mmlab.hk/research/MM-VideoNav')
178178
}
179179
if (
180180
pathname.toLowerCase().startsWith('/mm-hand')

0 commit comments

Comments
 (0)