diff --git a/next.config.ts b/next.config.ts index fc069c2..baa0eb1 100644 --- a/next.config.ts +++ b/next.config.ts @@ -16,9 +16,9 @@ const nextConfig: NextConfig = { headers: async () => { return [ { - source: "/**", headers: [ { + source: "/:path*", key: "X-Frame-Options", value: "ALLOWALL" },