Skip to content

Commit 7a0600b

Browse files
committed
Update description in Head component to display authors instead of tutorial description
1 parent 9c21440 commit 7a0600b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/TutorialLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const relatedExamples =
4949
<Head
5050
title={entry.data.title}
5151
locale={currentLocale}
52-
description={entry.data.description}
52+
description={entry.data.authors.join(", ")}
5353
featuredImageSrc={entry.data.featuredImage?.src}
5454
/>
5555

0 commit comments

Comments
 (0)