Skip to content

Commit 78e07c1

Browse files
committed
feat: Add open-graph-scraper dependency and update sample data
1 parent d19931f commit 78e07c1

File tree

8 files changed

+10322
-6552
lines changed

8 files changed

+10322
-6552
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)