Files
365devnet/netlify.toml
Scott bca47cc902 refactor: netlify.toml to meet intent
Match vercel and _headers
2024-04-28 16:39:51 -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"