diff --git a/lib/db/notion/convertInnerUrl.js b/lib/db/notion/convertInnerUrl.js index ab6baf353c6..d043867d262 100644 --- a/lib/db/notion/convertInnerUrl.js +++ b/lib/db/notion/convertInnerUrl.js @@ -12,7 +12,7 @@ export const convertInnerUrl = ({ allPages, lang }) => { } const allAnchorTags = document ?.getElementById('notion-article') - ?.querySelectorAll('a.notion-link, a.notion-collection-card') + ?.querySelectorAll('a.notion-link, a.notion-collection-card, a.notion-page-link') if (!allAnchorTags) { return