From 06f01cae2d681a1715b2904fa22d8634a12611b5 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 31 Oct 2019 11:35:00 +0100 Subject: [PATCH] =?UTF-8?q?:bug:=20r=C3=A9pare=20la=20redirection=20entrep?= =?UTF-8?q?rise/*?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netlify.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/netlify.toml b/netlify.toml index be6a63881..d917d42cc 100644 --- a/netlify.toml +++ b/netlify.toml @@ -30,8 +30,8 @@ status = 301 [[redirects]] - from="/entreprise*" - to="/cr%C3%A9er:splat" + from="/entreprise/*" + to="/cr%C3%A9er/:splat" status = 301 [[redirects]] @@ -60,8 +60,8 @@ status = 301 [[redirects]] - from="/company*" - to="/create:splat" + from="/company/*" + to="/create/:splat" status = 301