You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: