ari.lt/netlify.toml
2021-10-23 00:52:46 +03:00

20 lines
341 B
TOML

[build]
command = "make clean"
[[redirects]]
from = "/*"
to = "/page/404/index.html"
status = 404
force = false
[[redirects]]
from = "/404.html"
to = "/page/404/index.html"
status = 200
force = true
[[redirects]]
from = "/Makefile"
to = "/page/404/index.html"
status = 404
force = true