mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
14 lines
237 B
TOML
14 lines
237 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
|