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
+2 -2
View File
@@ -156,7 +156,7 @@
</div>
{/each}
<a
href="/static/resume.pdf"
href="/static/resume.pdf?v=2026-08"
download
class="flex items-center gap-2 rounded-full border border-foreground/20 px-4 py-1.5 text-sm font-medium transition-all duration-200 hover:border-foreground/40 hover:bg-foreground/5"
>
@@ -211,7 +211,7 @@
transition:slide={{ delay: NAV_LINKS.length * 50, duration: 200 }}
>
<a
href="/static/resume.pdf"
href="/static/resume.pdf?v=2026-08"
download
onclick={closeMobileMenu}
class="inline-flex items-center gap-2 rounded-full border border-foreground/20 px-5 py-2 text-lg font-bold font-custom transition-all duration-200 hover:border-foreground/40 hover:bg-foreground/5"