mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-09 14:18:02 -05:00
fix: add versioning to pdf
This commit is contained in:
@@ -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/>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user