introduction

默认Next.js 将增加一个x-powered-byheader, 为了移除它,你可以打开next.config.js并禁用这个配置 ..

  1. module.exports = {
  2. poweredByHeader: false,
  3. }