Files
patrick eb9006dc19
Generate a build and push to Cloudflare Pages / Build and Deploy to Cloudflare Pages (push) Successful in 1m24s
fix: prevent resume.pdf from being cached immutably
2026-08-03 00:24:05 -04:00

31 lines
687 B
Plaintext

/*
Cache-Control: public, max-age=3600
/_astro/*
Cache-Control: public, max-age=31536000, immutable
/fonts/*
Cache-Control: public, max-age=31536000, immutable
/fonts2/*
Cache-Control: public, max-age=31536000, immutable
# resume.pdf changes under a stable filename, so it must revalidate
# (unlike the hashed/never-changing assets below).
/static/resume.pdf
Cache-Control: public, max-age=3600, must-revalidate
/static/*
Cache-Control: public, max-age=31536000, immutable
/image/*
Cache-Control: public, max-age=2592000
/*.png
Cache-Control: public, max-age=2592000
/*.ico
Cache-Control: public, max-age=2592000
/*.svg
Cache-Control: public, max-age=2592000