Configuration de déploiement

transport
Mael 2018-12-07 11:12:36 +01:00
parent fe5aff1af4
commit 88c1043f51
1 changed files with 9 additions and 1 deletions

View File

@ -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}"
FR_SITE = "https://mon-entreprise.beta.gouv.fr${path}"