Skip to content

Commit 197ae7b

Browse files
authored
Merge pull request #54 from 01-binary/jsx-update
Jsx update
2 parents d62821d + a194921 commit 197ae7b

File tree

9 files changed

+964
-724
lines changed

9 files changed

+964
-724
lines changed

.changeset/ripe-tips-juggle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"notion-to-jsx": patch
3+
---
4+
5+
Image Size fix

apps/renderer-storybook/scripts/fetchNotionBlocks.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const __dirname = dirname(__filename);
1212
dotenv.config({ path: resolve(__dirname, '../.env.local') });
1313

1414
// 페이지 ID
15-
const PAGE_ID = '1239c6bf-2b17-8076-a838-d17ca1c89783';
15+
const PAGE_ID = '16e9c6bf2b17807aa496fc37fac0fb1b';
1616

1717
// ? using this script : pnpx tsx scripts/fetchNotionBlocks.ts
1818
async function fetchAndSaveBlocks() {
@@ -52,7 +52,6 @@ async function fetchAndSaveBlocks() {
5252

5353
// 페이지 블록 가져오기
5454
const blocks = await client.getPageBlocks(PAGE_ID);
55-
5655
// JSON 파일로 저장
5756
const outputPath = join(__dirname, '../src/sample-data/notionBlocks.json');
5857
console.log(`저장 경로: ${outputPath}`);

0 commit comments

Comments
 (0)