We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807a90e commit 52440c1Copy full SHA for 52440c1
components/redirect.tsx
@@ -28,12 +28,6 @@ export default function Redirect() {
28
) {
29
redirect('/recruit')
30
}
31
- if (
32
- pathname.toLowerCase().startsWith('/dataset') ||
33
- pathname.toLowerCase().startsWith('/project')
34
- ) {
35
- redirect('/datasets')
36
- }
37
if (
38
pathname.toLowerCase() == '/event' ||
39
pathname.toLowerCase() == '/event/' ||
@@ -338,11 +332,6 @@ export default function Redirect() {
338
332
339
333
redirect('https://arxiv.org/abs/2602.11075')
340
334
341
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
346
335
347
336
348
337
redirect('/')
0 commit comments