Skip to content

Commit 1a15589

Browse files
authored
Merge pull request #65 from 01-binary/[email protected]
[email protected]
2 parents f060a7d + e19f523 commit 1a15589

File tree

11 files changed

+10330
-6558
lines changed

11 files changed

+10330
-6558
lines changed

.changeset/angry-crews-relate.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"notion-to-utils": patch
3+
"notion-to-jsx": patch
4+
---
5+
6+
fix: 뒤로가기 후 재 진입 시 Image 안나오는 현상 FIX

apps/renderer-storybook/scripts/fetchNotionBlocks.ts

Lines changed: 1 addition & 1 deletion
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 = '16e9c6bf2b17807aa496fc37fac0fb1b';
15+
const PAGE_ID = '56874170f8d44bcc996ebe4e43f67930';
1616

1717
// ? using this script : pnpx tsx scripts/fetchNotionBlocks.ts
1818
async function fetchAndSaveBlocks() {

0 commit comments

Comments
 (0)