소스 검색

add missing meta tag

AykutSarac 3 년 전
부모
커밋
03d2ff988d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/components/SeoTags/index.tsx

+ 2 - 0
src/components/SeoTags/index.tsx

@@ -15,6 +15,8 @@ export const SeoTags: React.FC<SeoTagsProps> = ({
 }) => {
   return (
     <>
+      <meta name="description" content={description} />
+
       {/* <!-- Facebook Meta Tags --> */}
       <meta property="og:url" content={baseURL} />
       <meta property="og:type" content="website" />