dragonschildstudios.com/netlify.toml

9 lines
209 B
TOML
Raw Permalink Normal View History

2024-01-19 23:23:29 -08:00
[build]
publish = "dist"
command = "npm run build"
[build.processing.html]
pretty_urls = false
[[headers]]
for = "/assets/*"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"