fix: disable X-Powered-By header

This commit is contained in:
Dorian Niemiec 2024-09-08 16:12:17 +02:00
parent 6458f5b774
commit fb3bf47dae

View file

@ -14,6 +14,7 @@ const NextConfig = {
eslint: { eslint: {
ignoreDuringBuilds: true, ignoreDuringBuilds: true,
}, },
poweredByHeader: false
}; };
const withNextra = nextra({ const withNextra = nextra({