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

35 lines
601 B
TOML
Raw Normal View History

[[redirects]]
from = "https://embauche.beta.gouv.fr/stats"
to = "https://remarkable-ogre.glitch.me/"
status = 200
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/*"
to = "/:splat"
2018-08-10 08:30:44 +02:00
[[redirects]]
from = "https://embauche.beta.gouv.fr/*"
to = "/embauche.html"
status = 200
[[redirects]]
from = "/*"
query = {s = "e"}
to = "/embauche.html"
status = 200
[[redirects]]
from = "/*"
to = "/infrance.html"
status = 200