rsnext/errors/conflicting-amp-tag.md
Tim Neutkens 3e51ddb8af
Move syntax formatting to prettier (#7454)
* Run prettier over packages/**/*.js

* Run prettier over packages/**/*.ts

* Run prettier over examples

* Remove tslint

* Run prettier over examples

* Run prettier over all markdown files

* Run prettier over json files
2019-05-29 13:57:26 +02:00

352 B

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