@repo/next-config provides the base Next.js configuration that all apps extend. It sets security headers, image domains, and bundle analysis.
Usage
Security Headers
| Header | Value |
|---|---|
X-Frame-Options | DENY |
X-Content-Type-Options | nosniff |
Referrer-Policy | strict-origin-when-cross-origin |
Strict-Transport-Security | max-age=31536000; includeSubDomains |
Bundle Analysis
packages/next-config/ affect all apps. Test across the monorepo after modifying it.