You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there any method to bye pass below error while deploy to vercel:
if (map[canonicalPageId]) {
// you can have multiple pages in different collections that have the same id
// TODO: we may want to error if neither entry is a collection page
console.warn('error duplicate canonical page id', {
canonicalPageId,
pageId,
existingPageId: map[canonicalPageId]
})
Thanks.
The text was updated successfully, but these errors were encountered:
Hi @transitive-bullshit,
is there any method to bye pass below error while deploy to vercel:
if (map[canonicalPageId]) {
// you can have multiple pages in different collections that have the same id
// TODO: we may want to error if neither entry is a collection page
console.warn('error duplicate canonical page id', {
canonicalPageId,
pageId,
existingPageId: map[canonicalPageId]
})
Thanks.
The text was updated successfully, but these errors were encountered: