We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b9a837 commit 6a31a83Copy full SHA for 6a31a83
components/redirect.tsx
@@ -153,6 +153,7 @@ export default function Redirect() {
153
if (
154
pathname.toLowerCase().startsWith('/kai0rl')
155
|| pathname.toLowerCase().startsWith('/kai0-rl')
156
+ || pathname.toLowerCase().startsWith('/rise')
157
) {
158
redirect('/kai0-rl/')
159
} else {
@@ -171,7 +172,7 @@ export default function Redirect() {
171
172
redirect('/kaidata/')
173
}
174
- pathname.toLowerCase().startsWith('/sparsevnav')
175
+ pathname.toLowerCase().startsWith('/sparsevideonav')
176
|| pathname.toLowerCase().startsWith('/mm-videonav')
177
178
redirect('https://mmlab.hk/research/MM-VideoNav')
0 commit comments