diff --git a/next.config.mjs b/next.config.mjs index 55524f3..825a445 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -5,10 +5,6 @@ const nextConfig = { { source: "/api/:path*", headers: [ - { - key: "Access-Control-Allow-Credentials", - value: "true", - }, { key: "Access-Control-Allow-Origin", value: "https://f1api.dev",