Create netlify.toml

pull/294/head
Mael 2018-07-26 16:48:36 +02:00
parent ddb3653b39
commit 456c69ecf4
1 changed files with 11 additions and 0 deletions

11
netlify.toml Normal file
View File

@ -0,0 +1,11 @@
[[redirects]]
from = "https://infrance.org/*"
to = "https://www.infrance.org/"
status = 301
force = false
[[redirects]]
from = "https://www.infrance.org/*"
to = "https://www.infrance.org/infrance/:splat"
status = 301
force = false