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.
我在我的应用程序中使用 nuxt 并具有默认模式,即通用模式。因为我需要支持元标记。但是即使我有 ssr 模式并且在检查页面时我可以看到 ssr 的东西,它会选择默认的元描述、图像等,而不是我在不同页面中提到的动态描述。
如下图所示,我也隐藏了提到,以避免重复,但它仍然选择配置文件中的默认值
你有点迷茫
Nuxt 提供了3 种管理元标记的方法。您可以在 nuxt.config 上设置全局或在本地设置为对象或在本地设置为函数。
在本地(页面)级别使用元标记之前,您应该删除全局配置