From 6510ba9fb3adc96b56723989b8802d277cc6156f Mon Sep 17 00:00:00 2001 From: vaporvee Date: Sun, 27 Oct 2024 20:50:03 +0100 Subject: [PATCH] update headers again --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",