Skip to content

Commit e477abb

Browse files
committed
feat: Image size 조절
1 parent 4f0e66d commit e477abb

File tree

5 files changed

+814
-716
lines changed

5 files changed

+814
-716
lines changed

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)