10 lines
243 B
TOML
10 lines
243 B
TOML
|
[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"
|