Skip to content

Commit 4d5e3a3

Browse files
committed
Remove deprecated header that prevents PDFs from being embedded
1 parent a1be5bc commit 4d5e3a3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

next.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ const nextConfig = {
3939
.concat({
4040
source: "/(.*)?",
4141
headers: [
42-
{
43-
key: "X-Frame-Options",
44-
value: "SAMEORIGIN",
45-
},
4642
{
4743
key: "X-Content-Type-Options",
4844
value: "nosniff",

0 commit comments

Comments
 (0)