Create netlify.toml
parent
ddb3653b39
commit
456c69ecf4
|
@ -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
|
Loading…
Reference in New Issue