ari.lt/netlify.toml
2021-09-05 03:59:02 +03:00

11 lines
201 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