mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-07 09:58:01 +02:00
fix: cannot build gatsby sitemap #199
This commit is contained in:
@@ -156,7 +156,7 @@ module.exports = {
|
|||||||
`,
|
`,
|
||||||
output: '/sitemap.xml',
|
output: '/sitemap.xml',
|
||||||
serialize: ({ site, allSitePage }) => allSitePage.edges.map((edge) => ({
|
serialize: ({ site, allSitePage }) => allSitePage.edges.map((edge) => ({
|
||||||
url: site.siteMetadata.url + edge.node.path,
|
siteUrl: site.siteMetadata.url + edge.node.path,
|
||||||
changefreq: 'daily',
|
changefreq: 'daily',
|
||||||
priority: 0.7
|
priority: 0.7
|
||||||
}))
|
}))
|
||||||
|
Reference in New Issue
Block a user