Documentation Index
Fetch the complete documentation index at: https://mf2.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
@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.