remove meta tag or replace in next js

107 Views Asked by At

I am using the service https://reqbin.com/curl and it says that I have an error because of the capital letter in the tag attribute.

The attribute name of [ charSet ] must be in lowercase

I tried to add a tag in the head tag hoping that it would be replaced, but it is not replaced, how can I remove the tag with a capital letter? Next.js adds this tag itself, how can I prevent it from adding it? enter image description hereenter image description here

0

There are 0 best solutions below