Skip to content

Commit cf34c36

Browse files
authored
Merge pull request #64 from 01-binary/issue#63
fix: 뒤로가기 후 재 진입 시 Image 안나오는 현상 FIX
2 parents f060a7d + 78e07c1 commit cf34c36

File tree

10 files changed

+10324
-6558
lines changed

10 files changed

+10324
-6558
lines changed

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)