diff --git a/apps/web/next.config.mjs b/apps/web/next.config.mjs index 43bd1ab642..85ab9c3f06 100644 --- a/apps/web/next.config.mjs +++ b/apps/web/next.config.mjs @@ -116,7 +116,16 @@ const nextConfig = { ], }, { - source: "/(.*)", + source: "/environments/(.*)", + headers: [ + { + key: "X-Frame-Options", + value: "SAMEORIGIN", + }, + ], + }, + { + source: "/auth/(.*)", headers: [ { key: "X-Frame-Options",