ari.lt/netlify.toml
2021-09-19 16:57:23 +03:00

12 lines
202 B
TOML

[[redirects]]
from = "/*"
to = "/page/404/index.html"
status = 404
force = false
[[redirects]]
from = "/404.html"
to = "/page/404/index.html"
status = 200
force = true