runtimeterror/netlify.toml
2023-11-04 21:11:38 -05:00

18 lines
271 B
TOML

[build]
command = """
hugo --minify
npm -i @torchlight-api/torchlight-cli
npx torchlight
"""
publish = "public"
[build.environment]
HUGO_VERSION = "0.111.3"
[context.production]
command = "hugo"
[[redirects]]
from = "/*"
to = "/404/"
status = 404