www_projectinca/netlify.toml

10 lines
210 B
TOML
Raw Normal View History

2024-06-04 12:03:43 +00:00
[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"