Skip to content

Commit 6a31a83

Browse files
committed
.
1 parent 3b9a837 commit 6a31a83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/redirect.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ export default function Redirect() {
153153
if (
154154
pathname.toLowerCase().startsWith('/kai0rl')
155155
|| pathname.toLowerCase().startsWith('/kai0-rl')
156+
|| pathname.toLowerCase().startsWith('/rise')
156157
) {
157158
redirect('/kai0-rl/')
158159
} else {
@@ -171,7 +172,7 @@ export default function Redirect() {
171172
redirect('/kaidata/')
172173
}
173174
if (
174-
pathname.toLowerCase().startsWith('/sparsevnav')
175+
pathname.toLowerCase().startsWith('/sparsevideonav')
175176
|| pathname.toLowerCase().startsWith('/mm-videonav')
176177
) {
177178
redirect('https://mmlab.hk/research/MM-VideoNav')

0 commit comments

Comments
 (0)