Skip to content

Commit a1e9a5d

Browse files
committed
chore: sample date add
1 parent e5cb482 commit a1e9a5d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/storybook/src/sample-data/notionTitle.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"isPublished": true,
1414
"Desc": "노션 페이지에 글을 쓰면 별도 배포 없이 포스팅되는 라이브러리를 직접 만들기로 했다!",
1515
"Tags": null,
16-
"Name": "Notion API로 블로그 만들기 (with npm) - 1"
16+
"Name": "Notion API로 블로그 만들기 (with npm) - 1",
17+
"coverUrl": "https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2Fcd7314a5-d906-43b0-81e7-42eff82c02a3%2F8423f797-5e58-45ea-a201-25587375c59d%2F1692217660016.png?table=block&id=1239c6bf-2b17-8076-a838-d17ca1c89783&cache=v2"
1718
}

packages/notion-to-utils/src/client/formatNotionImageUrl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export const formatNotionImageUrl = (
6666

6767
/**
6868
* 노션 블록에서 이미지 URL을 추출하고 포맷팅하는 함수
69+
* ! 현재 미사용 (25.4.7)
6970
*
7071
* @param block - 노션 블록 객체
7172
* @returns 포맷팅된 이미지 URL 또는 null

0 commit comments

Comments
 (0)