-
Notifications
You must be signed in to change notification settings - Fork 29.9k
Closed
Labels
UpstreamRelated to using Next.js with a third-party dependency. (e.g., React, UI/icon libraries, etc.).Related to using Next.js with a third-party dependency. (e.g., React, UI/icon libraries, etc.).
Description
Hi,
I'm facing an issue with meta tags. When I use some special characters like single quote in the head tag, it's escaping. I can not use dangerouslySetInnerHtml for meta tags.
in code:
<meta name="description" content="That's it!" />
result:
<meta name="description" content="That's it!" />
How can I handle with this? I couldn't find any solution about this problem.
Thanks.
oliviertassinari, mrasoahaingo, mehdibeldjilali, williamboman, equinusocio and 6 more
Metadata
Metadata
Assignees
Labels
UpstreamRelated to using Next.js with a third-party dependency. (e.g., React, UI/icon libraries, etc.).Related to using Next.js with a third-party dependency. (e.g., React, UI/icon libraries, etc.).