Skip to content

Commit c6699fc

Browse files
committed
.
1 parent 51474af commit c6699fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/redirect.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,11 @@ export default function Redirect() {
333333
) {
334334
redirect('/assets/file/ICCV23_oral_DriveAdapter.pdf')
335335
}
336+
if (
337+
pathname.toLowerCase().startsWith('/recognition2024')
338+
) {
339+
redirect('https://opendrivelab.github.io/recognition2024.pdf')
340+
}
336341

337342

338343

0 commit comments

Comments
 (0)