mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-09 06:08:03 -05:00
Merge pull request #604 from JohnGuilding/feat/update-state-of-private-voting-2026
fix: do not cache pdfs
This commit is contained in:
@@ -103,6 +103,15 @@ 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