From 1980f632599d672c30615e6e73e29dff25bd904c Mon Sep 17 00:00:00 2001 From: vaporvee Date: Sun, 27 Oct 2024 20:54:53 +0100 Subject: [PATCH] fix header typo --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },