10 lines
210 B
TOML
10 lines
210 B
TOML
|
[build]
|
||
|
publish = "dist"
|
||
|
command = "npm run build"
|
||
|
[build.processing.html]
|
||
|
pretty_urls = false
|
||
|
[[headers]]
|
||
|
for = "/_astro/*"
|
||
|
[headers.values]
|
||
|
Cache-Control = "public, max-age=31536000, immutable"
|