ari.lt/netlify.toml

21 lines
338 B
TOML
Raw Normal View History

2021-10-22 09:00:41 +03:00
[build]
command = "make clean"
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
2021-10-23 00:57:35 +03:00
[[redirects]]
from = "/blog"
to = "/page/blog/index.html"
status = 200
force = true
2021-10-23 00:58:42 +03:00
[[redirects]]
from = "/*"
to = "/page/404/index.html"
status = 404
force = false