Remove x-powered-by header

This commit is contained in:
Lee 2022-11-17 09:02:39 +00:00
parent b14dd88b0d
commit 0fcad4d421
No known key found for this signature in database
GPG Key ID: 6EA25896ECCB3121

@ -8,6 +8,7 @@ const nextConfig = {
output: "standalone",
swcMinify: true,
optimizeFonts: true,
poweredByHeader: false,
experimental: {
optimizeCss: true,
},