Skip to content

Commit

Permalink
fix: nextconfig (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
coderz-w authored Oct 29, 2024
1 parent d6a28d5 commit ee009d0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ const nextConfig = {
},
],
},
{
source: '/cooperation/:slug*',
headers: [
{
key: 'Cross-Origin-Embedder-Policy',
value: 'unsafe-none',
},
],
},
];
},
};
Expand Down

0 comments on commit ee009d0

Please sign in to comment.