fix: typo
This commit is contained in:
parent
68aa6b1502
commit
5e8d2cf495
1 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,9 @@ const appTitle = `Cozy 🧸${meta.title && `| ${meta.title}`}`;
|
|||
) : (
|
||||
<meta property="og:title" content={appTitle} />
|
||||
<meta property="og:url" content={Astro.url.href} />
|
||||
<meta property="og:description" content="Remove distractions.Save your favorites. Get useful insights. Cozy is your modern-day reading assistant." />
|
||||
<meta name="description" content="Remove distractions.Save your favorites. Get useful insights. Cozy is your modern-day reading assistant." />
|
||||
<meta itemprop="description" content="Remove distractions.Save your favorites. Get useful insights. Cozy is your modern-day reading assistant." />
|
||||
<meta property="og:description" content="Remove distractions. Save your favorites. Get useful insights. Cozy is your modern-day reading assistant." />
|
||||
<meta name="description" content="Remove distractions. Save your favorites. Get useful insights. Cozy is your modern-day reading assistant." />
|
||||
<meta itemprop="description" content="Remove distractions. Save your favorites. Get useful insights. Cozy is your modern-day reading assistant." />
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue