Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/angry-crews-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"notion-to-utils": patch
"notion-to-jsx": patch
---

fix: 뒤로가기 후 재 진입 시 Image 안나오는 현상 FIX
2 changes: 1 addition & 1 deletion apps/renderer-storybook/scripts/fetchNotionBlocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const __dirname = dirname(__filename);
dotenv.config({ path: resolve(__dirname, '../.env.local') });

// 페이지 ID
const PAGE_ID = '16e9c6bf2b17807aa496fc37fac0fb1b';
const PAGE_ID = '56874170f8d44bcc996ebe4e43f67930';

// ? using this script : pnpx tsx scripts/fetchNotionBlocks.ts
async function fetchAndSaveBlocks() {
Expand Down
Loading