We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28afe21 commit 807a90eCopy full SHA for 807a90e
1 file changed
components/redirect.tsx
@@ -338,7 +338,11 @@ export default function Redirect() {
338
) {
339
redirect('https://arxiv.org/abs/2602.11075')
340
}
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
+ }
346
347
348
redirect('/')
0 commit comments