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 3c1fad5 commit 4b49fd3Copy full SHA for 4b49fd3
lib/get-all-pages.ts
@@ -34,6 +34,8 @@ export async function getAllPagesImpl(
34
})
35
36
if (map[canonicalPageId]) {
37
+ // you can have multiple pages in different collections that have the same id
38
+ // TODO: we may want to error if neither entry is a collection page
39
console.warn('error duplicate canonical page id', {
40
canonicalPageId,
41
pageId,
0 commit comments