1
0
Fork 0
blog/netlify.toml

10 lines
243 B
TOML
Raw Permalink Normal View History

[build]
command = "hugo --gc --minify && bun install && (bun run shiki || true)"
functions = "netlify/functions"
publish = "public"
[[headers]]
for = "/*"
[headers.values]
Cache-Control = "public, s-maxage=86400, max-age=86400"