From ece35886d6ebfc9c356adf154d6b71b8204a33b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 2 Dec 2025 11:51:04 +0100 Subject: [PATCH 1/2] Add redirect for 2025 processing survey URL --- netlify.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/netlify.toml b/netlify.toml index 89a544a4..2d99368d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -16,3 +16,8 @@ from = "https://discord.processing.org/*" to = "https://discord.gg/h99u95nU7q" status = 302 + +[[redirects]] + from = "https://survey.processing.org/*" + to = "https://docs.google.com/forms/d/e/1FAIpQLSduTT2cWlXzr7QG_g4LJ-Op6LwVTI7dtXHCGVH_FdI0BK00qg/viewform?usp=header" + status = 302 From 735c39c2e9ee051b8613d6773f1e665233fbdaee Mon Sep 17 00:00:00 2001 From: Stef Tervelde Date: Wed, 3 Dec 2025 11:32:16 +0100 Subject: [PATCH 2/2] Add force option to redirect in netlify.toml --- netlify.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/netlify.toml b/netlify.toml index 2d99368d..c8b83483 100644 --- a/netlify.toml +++ b/netlify.toml @@ -21,3 +21,4 @@ from = "https://survey.processing.org/*" to = "https://docs.google.com/forms/d/e/1FAIpQLSduTT2cWlXzr7QG_g4LJ-Op6LwVTI7dtXHCGVH_FdI0BK00qg/viewform?usp=header" status = 302 + force = true