1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-08 22:15:02 +00:00
mon-entreprise/netlify.toml

25 lines
414 B
TOML

[[redirects]]
from = "https://infrance.org/*"
to = "/infrance.html"
status = 200
[[redirects]]
from = "https://mycompanyinfrance.fr/*"
to = "/infrance.html"
status = 200
[[redirects]]
from = "https://embauche.beta.gouv.fr/*"
to = "/embauche.html"
status = 200
[[redirects]]
from = "/*"
query = {site = "embauche"}
to = "/embauche.html"
status = 200
[[redirects]]
from = "/*"
to = "/infrance.html"
status = 200