Merge pull request #606 from JohnGuilding/feat/update-state-of-private-voting-2026

fix: add versioning to cached pdf
This commit is contained in:
Vivian Plasencia
2025-12-17 15:49:57 +01:00
committed by GitHub
3 changed files with 1 additions and 10 deletions

View File

@@ -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).
<br/>
<br/>

View File

@@ -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