runtimeterror/netlify.toml

13 lines
176 B
TOML
Raw Normal View History

2023-08-20 18:46:42 +00:00
[build]
publish = "public"
[build.environment]
HUGO_VERSION = "0.111.3"
[context.production]
2023-08-22 19:10:38 +00:00
command = "hugo"
[[redirects]]
from = "/*"
to = "/404/"
status = 404