From 630de810432140952d8aeb476cebd1760b656137 Mon Sep 17 00:00:00 2001 From: vaporvee Date: Sun, 27 Oct 2024 20:49:03 +0100 Subject: [PATCH] boopity boop, i have no idea what i'm doing --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index 5006484..d9e13fd 100644 --- a/next.config.ts +++ b/next.config.ts @@ -16,7 +16,7 @@ const nextConfig: NextConfig = { headers: async () => { return [ { - source: "/:path*", + source: "/*", headers: [ { key: "X-Frame-Options",