mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-08 21:05:01 +00:00
29 lines
496 B
TOML
29 lines
496 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/modules/v2/*"
|
|
to = "/:splat"
|
|
|
|
[[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
|