콘텐츠로 이동

next.config.js: poweredByHeader

Source URL: https://nextjs.org/docs/app/api-reference/config/next-config-js/poweredByHeader

Copy page

2026년 2월 20일 최종 업데이트

기본적으로 Next.js는 x-powered-by 헤더를 추가합니다. 이를 사용하지 않으려면 next.config.js를 열어 poweredByHeader 설정을 비활성화하세요.

next.config.js

module.exports = {
poweredByHeader: false,
}

supported.

Send