mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
Merge pull request #2353 from tangly1024/feat/next-images-domains
img-url hotfix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user