rsnext/errors/conflicting-amp-tag.mdx
Delba de Oliveira 44d1a1cb15
docs: Migrate error messages to MDX and App Router. (#52038)
This PR is part of a larger effort to migrate error messages to MDX and
use App Router: https://github.com/vercel/front/pull/23459
2023-07-05 06:11:16 -07:00

11 lines
361 B
Text

---
title: Conflicting AMP Tag
---
## Why This Error Occurred
In AMP mode Next.js adds certain necessary tags automatically to comply with the AMP standard. You added a tag using `next/head` that conflicts with one of these automatically added tags.
## Possible Ways to Fix It
Remove the tag mentioned in the error message from any `<Head></Head>` elements