next.config.js: poweredByHeader
next.config.js: poweredByHeader | Next.js
섹션 제목: “next.config.js: poweredByHeader | Next.js”Source URL: https://nextjs.org/docs/app/api-reference/config/next-config-js/poweredByHeader
Copy page
poweredByHeader
섹션 제목: “poweredByHeader”2026년 2월 20일 최종 업데이트
기본적으로 Next.js는 x-powered-by 헤더를 추가합니다. 이를 사용하지 않으려면 next.config.js를 열어 poweredByHeader 설정을 비활성화하세요.
next.config.js
module.exports = { poweredByHeader: false, }supported.
Send