Kaynağa Gözat

add missing meta tag

AykutSarac 3 yıl önce
ebeveyn
işleme
03d2ff988d
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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" />