Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 352 Bytes

conflicting-amp-tag.md

File metadata and controls

9 lines (5 loc) · 352 Bytes

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