1
mirror of https://github.com/jakejarvis/synonyms-for-awesome.git synced 2025-04-26 14:18:27 -04:00
synonyms-for-awesome/netlify.toml
Jake Jarvis fc8c3221bf
dear god, please no more jquery.
also inline EVERYTHING. and plenty more synonyms!
2019-12-30 11:21:18 -05:00

12 lines
242 B
TOML

# cache homepage for an hour
[[headers]]
for = "/"
[headers.values]
Cache-Control = "max-age=3600, public"
# aggressively cache everything else
[[headers]]
for = "/*"
[headers.values]
Cache-Control = "max-age=604800, public"