We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fa4fc1 + 3da1f02 commit 8941648Copy full SHA for 8941648
src/ui/Meta.svelte
@@ -26,6 +26,7 @@
26
{#if description}
27
<meta property="og:description" content="{description}" />
28
<meta name="twitter:description" content="{description}" />
29
+ <meta name="description" content="{description}" />
30
{/if}
31
32
<meta name="twitter:card" content="{twitterType}" />
0 commit comments