Configuration de déploiement
parent
fe5aff1af4
commit
88c1043f51
10
netlify.toml
10
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}"
|
||||
FR_SITE = "https://mon-entreprise.beta.gouv.fr${path}"
|
||||
|
|
Loading…
Reference in New Issue