blob: cbc12dbfbfb7ae1292951dce9bd3c7142d72f451 (
plain)
1
2
3
4
5
6
7
8
9
|
[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"
|