Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Strapi 博客开发 Sapper.js。我想使用分享社交按钮来分享每篇博文。您知道我如何动态更改 og 元标记,因为每个博客帖子都会拍摄他的照片和标题。我尝试使用 svelte:head 但它不起作用。谢谢。
<svelte:head>是这样做的方法。它应该像在里面设置元标记一样简单。
<svelte:head>
检查时可以看到源代码中的标签吗?您是否检查过标签是否正在服务器上呈现?如果您对值进行硬编码,它会起作用吗?