File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
notion-to-jsx/src/components/Renderer/components/Code
notion-to-utils/src/client Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ export const codeBlock = style({
8
8
borderRadius : vars . borderRadius . md ,
9
9
overflow : 'auto' ,
10
10
fontFamily : vars . typography . fontFamily . code ,
11
- fontSize : '0.85rem' ,
12
11
lineHeight : vars . typography . lineHeight . relaxed ,
13
12
margin : `${ vars . spacing . sm } 0` ,
14
13
} ) ;
Original file line number Diff line number Diff line change @@ -126,8 +126,6 @@ async function fetchBlockChildren(
126
126
favicon : `https://www.google.com/s2/favicons?domain=${ domain } &sz=64` ,
127
127
} ;
128
128
} catch ( error ) {
129
- console . error ( '북마크 메타데이터 추출 중 오류:' , error ) ;
130
-
131
129
// 오류 발생 시 기본 메타데이터 설정
132
130
try {
133
131
const domain = new URL ( block . bookmark . url ) . hostname ;
@@ -140,7 +138,6 @@ async function fetchBlockChildren(
140
138
favicon : `https://www.google.com/s2/favicons?domain=${ domain } &sz=64` ,
141
139
} ;
142
140
} catch ( urlError ) {
143
- console . error ( 'URL 파싱 중 오류:' , urlError ) ;
144
141
blockWithChildren . bookmark . metadata = {
145
142
title : block . bookmark . url ,
146
143
description : '' ,
You can’t perform that action at this time.
0 commit comments