Merge pull request #2353 from tangly1024/feat/next-images-domains

img-url hotfix
This commit is contained in:
tangly1024
2024-04-29 14:27:56 +08:00
committed by GitHub

View File

@@ -38,7 +38,7 @@ const mapImgUrl = (img, block, type = 'block', needCompress = true) => {
BLOG.NOTION_HOST +
'/image/' +
encodeURIComponent(ret) +
'?table=block' +
'?table=' +
type +
'&id=' +
block.id