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