fix: prevent resume.pdf from being cached immutably
Generate a build and push to Cloudflare Pages / Build and Deploy to Cloudflare Pages (push) Successful in 1m24s

This commit is contained in:
2026-08-03 00:24:05 -04:00
parent 07a4812596
commit eb9006dc19
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -10,6 +10,11 @@
/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