mon-entreprise/netlify.toml

30 lines
496 B
TOML
Raw Normal View History

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