diff --git a/next.config.ts b/next.config.ts index 6dc54ee..6b3af7e 100644 --- a/next.config.ts +++ b/next.config.ts @@ -62,6 +62,7 @@ const nextConfig: NextConfig = { }, reactStrictMode: true, output: "standalone", + poweredByHeader: false, }; export default nextConfig;