Skip to content

Commit 183f251

Browse files
🌍
1 parent 0536542 commit 183f251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/get-site-map.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async function getAllPagesImpl(
6767
if (map[canonicalPageId]) {
6868
// you can have multiple pages in different collections that have the same id
6969
// TODO: we may want to error if neither entry is a collection page
70-
console.warn('error duplicate canonical page id', {
70+
console.warn('warning duplicate canonical page id', {
7171
canonicalPageId,
7272
pageId,
7373
existingPageId: map[canonicalPageId]

0 commit comments

Comments
 (0)