mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
18 lines
No EOL
272 B
TOML
18 lines
No EOL
272 B
TOML
[build]
|
|
command = """
|
|
hugo --minify
|
|
npm -i @torchlight-api/torchlight-cli
|
|
npx torchliight
|
|
"""
|
|
publish = "public"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.111.3"
|
|
|
|
[context.production]
|
|
command = "hugo"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/404/"
|
|
status = 404 |