runtimeterror/netlify.toml

18 lines
270 B
TOML
Raw Normal View History

2023-08-20 18:46:42 +00:00
[build]
command = """
hugo --minify
2023-11-05 02:19:42 +00:00
npm i @torchlight-api/torchlight-cli
2023-11-05 02:11:38 +00:00
npx torchlight
"""
2023-08-20 18:46:42 +00:00
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