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