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.
1 parent 9e41416 commit aeb1732Copy full SHA for aeb1732
‎components/IndexPageHead.tsx
@@ -20,7 +20,11 @@ export default function IndexPageHead({ settings }: IndexPageHeadProps) {
20
<Head>
21
<title>{title}</title>
22
<BlogMeta />
23
- <meta key="description" name="description" content={toPlainText(description)} />
+ <meta
24
+ key="description"
25
+ name="description"
26
+ content={toPlainText(description)}
27
+ />
28
<meta
29
property="og:image"
30
// Because OG images must have a absolute URL, we use the
0 commit comments