Skip to content

Commit

Permalink
seo: fixed page title
Browse files Browse the repository at this point in the history
  • Loading branch information
RSickenberg committed Jul 9, 2024
1 parent eadbfac commit e5e4bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const {title} = Astro.props;
<html lang="en">
<head>
<SEO
title={Astro.generator}
title={title}
description="Full-Stack developer - Made in Switzerland 🇨🇭"
twitter={{creator: '@AKirbo320'}}
openGraph={{
Expand Down

0 comments on commit e5e4bfe

Please sign in to comment.