diff --git a/netlify.toml b/netlify.toml index cea959eb0..373f5a78c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -110,6 +110,14 @@ query = {s = "m"} to = "/infrance.html" status = 200 + +[[redirects]] +from = "https://co2.netlify.com/*" +to = "/publicodes.html" +status = 200 + + + # Redirect to mon-entreprise in staging and development settings [[redirects]] from = "/" @@ -134,4 +142,4 @@ status = 200 [context.production.environment] EN_SITE = "https://mycompanyinfrance.fr${path}" - FR_SITE = "https://mon-entreprise.beta.gouv.fr${path}" \ No newline at end of file + FR_SITE = "https://mon-entreprise.beta.gouv.fr${path}"