Skip to content

Commit 807a90e

Browse files
committed
.
1 parent 28afe21 commit 807a90e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

components/redirect.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,11 @@ export default function Redirect() {
338338
) {
339339
redirect('https://arxiv.org/abs/2602.11075')
340340
}
341-
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+
}
342346

343347

344348
redirect('/')

0 commit comments

Comments
 (0)