1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 01:45:03 +00:00
mon-entreprise/netlify.toml

31 lines
538 B
TOML
Raw Normal View History

2018-07-26 16:48:36 +02:00
[[redirects]]
2018-07-26 17:32:14 +02:00
from = "https://infrance.org/*"
to = "/infrance.html"
status = 200
[[redirects]]
from = "https://mycompanyinfrance.fr/*"
2018-07-26 16:53:58 +02:00
to = "/infrance.html"
status = 200
2018-08-10 08:30:44 +02:00
[[redirects]]
from = "https://embauche.beta.gouv.fr/modules/v2/dist/simulateur.js"
to = "/dist/simulateur.js"
2018-08-10 08:30:44 +02:00
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