Using App Router
Features available in /app
Latest Version
16.0.10
By default Next.js will add thex-powered-by header. To opt-out of it, opennext.config.js and disable thepoweredByHeader config:
x-powered-by
next.config.js
poweredByHeader
module.exports= { poweredByHeader:false,}
Was this helpful?