ari.lt/netlify.toml

12 lines
179 B
TOML
Raw Normal View History

2021-09-05 03:43:16 +03:00
[[redirects]]
from = "/*"
to = "/page/404"
status = 404
force = false
2021-09-05 03:49:57 +03:00
[[redirects]]
from = "/404.html"
to = "/page/404"
2021-09-05 03:51:38 +03:00
status = 200
force = true