Disable powered-by header

This commit is contained in:
skidoodle 2022-10-09 17:07:54 +02:00
parent 69e57f2fcb
commit d79dd7d0b7

View file

@ -2,6 +2,7 @@
const nextConfig = { const nextConfig = {
reactStrictMode: true, reactStrictMode: true,
swcMinify: true, swcMinify: true,
poweredByHeader: false,
}; };
module.exports = nextConfig; module.exports = nextConfig;