File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -188,27 +188,27 @@ export default function Redirect() {
188188 pathname . toLowerCase ( ) . startsWith ( '/AD23Challenge' ) ||
189189 pathname . toLowerCase ( ) . startsWith ( '/challenge2023' )
190190 ) {
191- redirect ( '/legacy/challenge2023/index.html ' )
191+ redirect ( '/legacy/challenge2023/' )
192192 }
193193 if (
194194 pathname . toLowerCase ( ) . startsWith ( '/event/iclr23_ADworkshop' ) ||
195195 pathname . toLowerCase ( ) . startsWith ( '/sr4ad/iclr23' ) ||
196196 pathname . toLowerCase ( ) . startsWith ( '/iclr2023' )
197197 ) {
198- redirect ( '/legacy/iclr2023/workshop/index.html ' )
198+ redirect ( '/legacy/iclr2023/workshop/' )
199199 }
200200 if (
201201 pathname . toLowerCase ( ) . startsWith ( '/event/cvpr23_ADworkshop' ) ||
202202 pathname . toLowerCase ( ) . startsWith ( '/e2ead/cvpr23' ) ||
203203 pathname . toLowerCase ( ) . startsWith ( '/cvpr2023' )
204204 ) {
205- redirect ( '/legacy/cvpr2023/workshop/index.html ' )
205+ redirect ( '/legacy/cvpr2023/workshop/' )
206206 }
207207 if (
208208 pathname . toLowerCase ( ) . startsWith ( '/e2ead/cvpr23_CN' ) ||
209209 pathname . toLowerCase ( ) . startsWith ( '/event2023' )
210210 ) {
211- redirect ( '/legacy/event2023/index.html ' )
211+ redirect ( '/legacy/event2023/' )
212212 }
213213
214214
You can’t perform that action at this time.
0 commit comments