dragonschildstudios.com/netlify.toml
2024-01-20 20:23:29 +13:00

9 lines
No EOL
209 B
TOML

[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"