Skip to content

Commit 013021d

Browse files
committed
removed commented code of cross-origin
1 parent 0c6da5c commit 013021d

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

next.config.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,7 @@ const nextConfig: NextConfig = {
44
images: {
55
unoptimized: true,
66
},
7-
// async headers() {
8-
// return [
9-
// {
10-
// source: "/(.*)", // Apply to all routes
11-
// headers: [
12-
// { key: "Cross-Origin-Opener-Policy", value: "same-origin-allow-popups" },
13-
// { key: "Cross-Origin-Embedder-Policy", value: "require-corp" }, // Optional, for better security
14-
// ],
15-
// },
16-
// ];
17-
// },
7+
188
eslint: {
199
ignoreDuringBuilds: true,
2010
},

0 commit comments

Comments
 (0)