Skip to content

Commit

Permalink
fix about the title name
Browse files Browse the repository at this point in the history
  • Loading branch information
igorvieira authored Mar 28, 2024
1 parent 051c719 commit f32ae0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const { title, description, image = "/placeholder-social.jpg" } = Astro.props;
<link rel="canonical" href={canonicalURL} />

<!-- Primary Meta Tags -->
<title>{'Igor Vieiraa'}</title>
<title>{'Igor Vieira'}</title>
<meta name="title" content={title} />
<meta name="description" content={description} />

Expand Down

0 comments on commit f32ae0a

Please sign in to comment.