🐛 Fix X-Frame-Option header
This commit is contained in:
@ -21,7 +21,7 @@ const nextConfig = withTM({
|
|||||||
headers: [
|
headers: [
|
||||||
{
|
{
|
||||||
key: 'X-Frame-Options',
|
key: 'X-Frame-Options',
|
||||||
value: 'DENY',
|
value: 'SAMEORIGIN',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user