nextjs / latest / pages / api-reference / next-config-js / poweredbyheader.html

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,
}

© 2024 Vercel, Inc.
Licensed under the MIT License.
https://nextjs.org/docs/pages/api-reference/next-config-js/poweredByHeader