Files
docmd-io--docmd/packages/_playground/netlify.toml
T
wehub-resource-sync 6db8fca185
docmd CI verification / verify (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 12:31:55 +08:00

28 lines
625 B
TOML

# ---------------------------------------------------
# netlify.toml generated by docmd v0.8.3
# Project: _playground
# https://docmd.io/deployment/netlify
# ---------------------------------------------------
[build]
command = "npm install -g @docmd/core@0.8.3 && docmd build"
publish = "site"
[build.environment]
NODE_VERSION = "20"
[[headers]]
for = "/assets/*"
[headers.values]
Cache-Control = "public, max-age=15552000, immutable"
[[headers]]
for = "/*.html"
[headers.values]
Cache-Control = "public, max-age=0, must-revalidate"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200