Skip to content

Commit

Permalink
fix meta description of guide
Browse files Browse the repository at this point in the history
  • Loading branch information
abisummers committed Dec 19, 2024
1 parent 9395d4f commit c0b1766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/articles/guide/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const { Content } = await entry.render();
<Main
showLanguageSwitcher={false}
title={entry.data.title}
description={`Guided through Paris`}
description={entry.data.description || `Guided through Paris`}
ogImage={ogImage}
>
<h2>{entry.data.title}</h2>
Expand Down

0 comments on commit c0b1766

Please sign in to comment.