Skip to content

Commit 52440c1

Browse files
committed
.
1 parent 807a90e commit 52440c1

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

components/redirect.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ export default function Redirect() {
2828
) {
2929
redirect('/recruit')
3030
}
31-
if (
32-
pathname.toLowerCase().startsWith('/dataset') ||
33-
pathname.toLowerCase().startsWith('/project')
34-
) {
35-
redirect('/datasets')
36-
}
3731
if (
3832
pathname.toLowerCase() == '/event' ||
3933
pathname.toLowerCase() == '/event/' ||
@@ -338,11 +332,6 @@ export default function Redirect() {
338332
) {
339333
redirect('https://arxiv.org/abs/2602.11075')
340334
}
341-
if (
342-
pathname == 'https://opendrivelab.com/Dataset_Survey_Chinese_V2.pdf'
343-
) {
344-
redirect('https://www.sciengine.com/SSI/doi/10.1360/SSI-2023-0313')
345-
}
346335

347336

348337
redirect('/')

0 commit comments

Comments
 (0)