Skip to content

Commit c962b61

Browse files
countvajhulamflatt
authored andcommitted
Don't redirect 2024 to the new homepage for 2025
1 parent 9738389 commit c962b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync.rkt

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
(add-routing-rules "con.racket-lang.org"
133133
#:preserve-existing? #f ; so redirect for old year is dropped
134134
(list
135-
(redirect-prefix-routing-rule #:old-prefix "2024/"
135+
(redirect-prefix-routing-rule #:old-prefix "2025/"
136136
#:new-prefix ""
137137
#:redirect-code "302"))
138138
#:log-info displayln)

0 commit comments

Comments
 (0)