【发布时间】:2021-03-28 17:54:29
【问题描述】:
站点地图不起作用 我无法获取站点地图 URL,也无法使用 /sitemap.xml URL 我该如何解决??
siteMetadata: {
siteUrl: siteAddress.href, // which is "https://www.example.com/"
},
{
resolve: `gatsby-plugin-sitemap`,
options: {
head: true,
output: `/sitemap.xml`,
}
【问题讨论】:
-
你能用比“不起作用”更专业的术语来解释吗?
-
我无法获取站点地图的 URL,我不知道为什么
-
我们对“不起作用”无能为力。我们可以帮助您解决具体错误或您尝试解决的技术问题。
标签: graphql gatsby xml-sitemap gatsby-plugin