diff --git a/next.config.ts b/next.config.ts index ef2c3d5..46c70ce 100644 --- a/next.config.ts +++ b/next.config.ts @@ -25,10 +25,10 @@ const nextConfig: NextConfig = { key: "X-DNS-Prefetch-Control", value: "on", }, - { - key: "Strict-Transport-Security", - value: "max-age=63072000; includeSubDomains; preload", - }, + // { + // key: "Strict-Transport-Security", + // value: "max-age=63072000; includeSubDomains; preload", + // }, { key: "X-XSS-Protection", value: "1; mode=block",