diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index c8ea10a..8eec697 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -19,7 +19,7 @@ export interface Props { image?: string; } -const { title, description, image = '/placeholder-social.jpg' } = Astro.props; +const { title, description, image = '/banner.png' } = Astro.props; const canonicalURL = new URL(Astro.url.pathname, Astro.site); const actualTitle = title === 'home' ? SITE_TITLE : `${title} | ${SITE_TITLE}`; @@ -30,7 +30,7 @@ const actualTitle = title === 'home' ? SITE_TITLE : `${title} | ${SITE_TITLE}`; - + {actualTitle}