Skip to content

Commit 574855f

Browse files
authored
fix cfp redirect loop (#1109)
fixes #1108
1 parent 62314df commit 574855f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default defineConfig({
5959
site: process.env.SITE_URL || "https://ep2025.europython.eu",
6060
redirects: {
6161
"/c-api-summit/": "/programme/c-api-summit/",
62-
"/programme/cfp/": "/programme/cfp/",
62+
"/cfp/": "/programme/cfp/",
6363
"/planning/": "https://forms.gle/riw6CvML8ck94A4V9",
6464
"/reviewers/": "https://forms.gle/4GTJjwZ1nHBGetM18",
6565
"/rust-summit/": "/programme/rust-summit/",

0 commit comments

Comments
 (0)