ari.lt/netlify.toml

15 lines
237 B
TOML
Raw Normal View History

2021-10-22 09:00:41 +03:00
[build]
command = "make clean"
2021-09-05 03:59:02 +03:00
[[redirects]]
from = "/*"
to = "/page/404/index.html"
status = 404
force = false
2021-09-05 03:49:57 +03:00
[[redirects]]
from = "/404.html"
2021-09-05 03:52:51 +03:00
to = "/page/404/index.html"
2021-09-05 03:51:38 +03:00
status = 200
force = true