From b4aa22e28b199c476bc67f4e0cc496271870359c Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 15 Nov 2018 12:16:09 +0100 Subject: [PATCH] :bug: Fix toml fichier --- netlify.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/netlify.toml b/netlify.toml index 93320e3b6..cea959eb0 100644 --- a/netlify.toml +++ b/netlify.toml @@ -129,9 +129,9 @@ status = 200 [context.deploy-preview.environment] -EN_SITE = "${path}?s=m" -FR_SITE = "${path}" + EN_SITE = "${path}?s=m" + FR_SITE = "${path}" [context.production.environment] -EN_SITE = "https://mycompanyinfrance.fr${path}" -FR_SITE = "https://mon-entreprise.beta.gouv.fr${path}" \ No newline at end of file + EN_SITE = "https://mycompanyinfrance.fr${path}" + FR_SITE = "https://mon-entreprise.beta.gouv.fr${path}" \ No newline at end of file