28 lines
625 B
TOML
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
|