Skip to content

Commit 821cf0b

Browse files
committed
.
1 parent 6fe7e6d commit 821cf0b

152 files changed

Lines changed: 2 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

components/redirect.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ export default function Redirect() {
150150
if (
151151
pathname.toLowerCase().startsWith('/cvpr2024/workshop')
152152
) {
153-
redirect('/legacy/cvpr2024/workshop/')
153+
redirect('/cvpr2024/workshop/')
154154
}
155155
if (
156156
pathname.toLowerCase().startsWith('/cvpr2024/tutorial')
157157
) {
158-
redirect('/legacy/cvpr2024/tutorial/')
158+
redirect('/(legacy)/cvpr2024/tutorial/')
159159
}
160160
if (
161161
pathname.toLowerCase().startsWith('/cvpr2024/challenge') ||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)