runtimeterror/netlify.toml

13 lines
176 B
TOML

[build]
publish = "public"
[build.environment]
HUGO_VERSION = "0.111.3"
[context.production]
command = "hugo"
[[redirects]]
from = "/*"
to = "/404/"
status = 404