From 46673745b757834f18270484d56639fd2d5e4705 Mon Sep 17 00:00:00 2001 From: John Guilding Date: Wed, 17 Dec 2025 09:43:26 -0500 Subject: [PATCH] fix: add versioning to pdf --- content/articles/state-of-private-voting-2026.md | 2 +- next.config.mjs | 9 --------- ...2026.pdf => state-of-private-voting-2026-v2.pdf} | Bin 3 files changed, 1 insertion(+), 10 deletions(-) rename public/articles/state-of-private-voting-2026/{state-of-private-voting-2026.pdf => state-of-private-voting-2026-v2.pdf} (100%) diff --git a/content/articles/state-of-private-voting-2026.md b/content/articles/state-of-private-voting-2026.md index 540e2a7..9665a59 100644 --- a/content/articles/state-of-private-voting-2026.md +++ b/content/articles/state-of-private-voting-2026.md @@ -17,7 +17,7 @@ tags: ["privacy", "governance", "voting", "DAOs", "MACI"] # (Optional) Add relev ## PDF Report -The full PDF report can be accessed [**HERE**](https://pse.dev/articles/state-of-private-voting-2026/state-of-private-voting-2026.pdf). +The full PDF report can be accessed [**HERE**](https://pse.dev/articles/state-of-private-voting-2026/state-of-private-voting-2026-v2.pdf).

diff --git a/next.config.mjs b/next.config.mjs index 76202ac..9bab506 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -103,15 +103,6 @@ const nextConfig = { }, ], }, - { - source: "/articles/:path*\\.pdf", - headers: [ - { - key: "Cache-Control", - value: "public, max-age=0, must-revalidate", - }, - ], - }, ] }, // Configure compiler for modern browsers diff --git a/public/articles/state-of-private-voting-2026/state-of-private-voting-2026.pdf b/public/articles/state-of-private-voting-2026/state-of-private-voting-2026-v2.pdf similarity index 100% rename from public/articles/state-of-private-voting-2026/state-of-private-voting-2026.pdf rename to public/articles/state-of-private-voting-2026/state-of-private-voting-2026-v2.pdf