How can I add custom meta tags using static metadata objects in next.js 13 – Javascript
So I know that to block Pinterest on my site I need to embed this in my site's header <meta name="pinterest" content="nopin" />, but I'm not sure how to do that in Next 13 using the new exported metadata object…