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 0536542 commit 183f251Copy full SHA for 183f251
lib/get-site-map.ts
@@ -67,7 +67,7 @@ async function getAllPagesImpl(
67
if (map[canonicalPageId]) {
68
// you can have multiple pages in different collections that have the same id
69
// TODO: we may want to error if neither entry is a collection page
70
- console.warn('error duplicate canonical page id', {
+ console.warn('warning duplicate canonical page id', {
71
canonicalPageId,
72
pageId,
73
existingPageId: map[canonicalPageId]
0 commit comments