-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
I want to set a meta tag from information retrieved from an external backend. I use getServerSideProps where I share the fetch, but then useInlineHeadAsset does not insert the tags directly into the head, but does it via js. Here is an example
<script nonce=‘hs-random-nonce’> document.head.innerHTML += \<meta property=‘og:image’ content=‘url’/>; </script
Is there any solution to this problem or is there any other way to add meta tag dynamically?
Metadata
Metadata
Assignees
Labels
No labels