Skip to content

Commit 97c5990

Browse files
committed
feat: add video block support with YouTube embed functionality
1 parent a5364de commit 97c5990

File tree

7 files changed

+927
-7054
lines changed

7 files changed

+927
-7054
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 = '56874170f8d44bcc996ebe4e43f67930';
15+
const PAGE_ID = 'b71705621e0d4f8bae2a65cb2715757e';
1616

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

0 commit comments

Comments
 (0)