Remove x-powered-by header
This commit is contained in:
parent
b14dd88b0d
commit
0fcad4d421
@ -8,6 +8,7 @@ const nextConfig = {
|
|||||||
output: "standalone",
|
output: "standalone",
|
||||||
swcMinify: true,
|
swcMinify: true,
|
||||||
optimizeFonts: true,
|
optimizeFonts: true,
|
||||||
|
poweredByHeader: false,
|
||||||
experimental: {
|
experimental: {
|
||||||
optimizeCss: true,
|
optimizeCss: true,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user