maybe i should read the docs next time
This commit is contained in:
@@ -16,9 +16,9 @@ const nextConfig: NextConfig = {
|
||||
headers: async () => {
|
||||
return [
|
||||
{
|
||||
source: "/**",
|
||||
headers: [
|
||||
{
|
||||
source: "/:path*",
|
||||
key: "X-Frame-Options",
|
||||
value: "ALLOWALL"
|
||||
},
|
||||
|
Reference in New Issue
Block a user