www_projectinca/netlify.toml
2024-06-04 08:03:43 -04:00

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"