diff --git a/client/src/components/common/Comment.js b/client/src/components/common/Comment.js index c30ef85..8dda899 100644 --- a/client/src/components/common/Comment.js +++ b/client/src/components/common/Comment.js @@ -20,7 +20,6 @@ function Comment() { inputPosition="bottom" theme={theme} lang="ko" - loading="lazy" /> ); diff --git a/client/src/components/common/MetaTag.js b/client/src/components/common/MetaTag.js index bfeb457..ccaddf6 100644 --- a/client/src/components/common/MetaTag.js +++ b/client/src/components/common/MetaTag.js @@ -18,7 +18,7 @@ function MetaTag(props) { property="og:description" content="자바스크립트를 주로 다루는 기술 블로그입니다." /> - + ) : ( @@ -30,7 +30,8 @@ function MetaTag(props) { - + + ); }