浏览代码

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" />