We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b43773 commit 3d55e9eCopy full SHA for 3d55e9e
packages/gitbook/src/routes/sitemap.ts
@@ -61,13 +61,13 @@ export function servePagesSitemap(context: GitBookSiteContext) {
61
const lastModified = page.updatedAt || page.createdAt;
62
63
const url: { loc: string; priority: number; lastmod?: string } = {
64
- priority: normalizedPriority,
65
loc: linker.toAbsoluteURL(
66
linker.toPathForPage({
67
pages: context.revision.pages,
68
page,
69
})
70
),
+ priority: normalizedPriority,
71
};
72
73
if (lastModified) {
0 commit comments