Skip to content

Commit 1459491

Browse files
committed
fix: add versioning to cached pdf
1 parent 4631124 commit 1459491

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

next.config.mjs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,6 @@ const nextConfig = {
103103
},
104104
],
105105
},
106-
{
107-
source: "/articles/:path*\\.pdf",
108-
headers: [
109-
{
110-
key: "Cache-Control",
111-
value: "public, max-age=0, must-revalidate",
112-
},
113-
],
114-
},
115106
]
116107
},
117108
// Configure compiler for modern browsers

public/articles/state-of-private-voting-2026/state-of-private-voting-2026.pdf renamed to public/articles/state-of-private-voting-2026/state-of-private-voting-2026-v2.pdf

File renamed without changes.

0 commit comments

Comments
 (0)