Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Update note on Next.js ignoring CRA files #67346

Merged
merged 8 commits into from
Jul 17, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default function RootLayout({ children }) {
}
```

> **Good to know**: We'll ignore the [manifest file](/docs/app/api-reference/file-conventions/metadata), additional iconography other than the favicon, and [testing configuration](/docs/app/building-your-application/testing), but if these are requirements, Next.js also supports these options.
> **Good to know**: Next.js ignores CRA's `public/manifest.json` file, additional iconography other than the favicon, and [testing configuration](/docs/app/building-your-application/testing), but if these are requirements, Next.js also supports these options. See the [Metadata API](/docs/app/building-your-application/optimizing/metadata) and [Testing](/docs/app/building-your-application/testing) docs for more information.

### Step 4: Metadata

Expand Down
Loading