修复外链编译打包问题

This commit is contained in:
tangly1024.com
2024-06-26 11:12:38 +08:00
parent 50d79ebe88
commit 8f0ae9267a
3 changed files with 30 additions and 25 deletions

View File

@@ -526,7 +526,7 @@ async function getDataBaseInfoByNotionAPI({ pageId, from }) {
return (
post &&
post?.slug &&
!post?.slug?.startsWith('http') &&
// !post?.slug?.startsWith('http') &&
(post?.status === 'Invisible' || post?.status === 'Published')
)
})