diff --git a/next.config.js b/next.config.js index 3d3bc99..4f4712b 100644 --- a/next.config.js +++ b/next.config.js @@ -2,6 +2,7 @@ const nextConfig = { reactStrictMode: true, swcMinify: true, + poweredByHeader: false, }; module.exports = nextConfig;