Skip to content

Commit aeb1732

Browse files
chore(prettier): 🤖 ✨
1 parent 9e41416 commit aeb1732

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎components/IndexPageHead.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ export default function IndexPageHead({ settings }: IndexPageHeadProps) {
2020
<Head>
2121
<title>{title}</title>
2222
<BlogMeta />
23-
<meta key="description" name="description" content={toPlainText(description)} />
23+
<meta
24+
key="description"
25+
name="description"
26+
content={toPlainText(description)}
27+
/>
2428
<meta
2529
property="og:image"
2630
// Because OG images must have a absolute URL, we use the

0 commit comments

Comments
 (0)