From 8624c644155467d9f3820aac90de83639b49c316 Mon Sep 17 00:00:00 2001 From: Mael Date: Thu, 26 Jul 2018 16:53:58 +0200 Subject: [PATCH] Update netlify.toml --- netlify.toml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/netlify.toml b/netlify.toml index d89513d4e..623de2d86 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,11 +1,4 @@ [[redirects]] from = "https://infrance.org/*" -to = "https://www.infrance.org/" -status = 301 -force = false - -[[redirects]] -from = "https://www.infrance.org/*" -to = "https://www.infrance.org/infrance/:splat" -status = 301 -force = false +to = "/infrance.html" +status = 200