Skip to content

Commit 4faf3b1

Browse files
authored
Merge pull request #86 from 01-binary/issue#48
Issue#48
2 parents a5364de + 08d9e11 commit 4faf3b1

File tree

8 files changed

+932
-7054
lines changed

8 files changed

+932
-7054
lines changed

.changeset/stupid-beds-stare.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"notion-to-jsx": patch
3+
---
4+
5+
add video block support with YouTube embed functionality

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)