poweredByHeader
Source URL: https://nextjs.org/docs/pages/api-reference/config/next-config-js/poweredByHeader
poweredByHeader
Section titled “poweredByHeader”By default Next.js will add the x-powered-by header. To opt-out of it, open next.config.js and disable the poweredByHeader config:
module.exports = { poweredByHeader: false,}