File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
app/(default)/(project)/kaidata Expand file tree Collapse file tree 5 files changed +4
-4
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff 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' )
You can’t perform that action at this time.
0 commit comments