Skip to content

Commit

Permalink
Add useless meta(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik0-0 committed Dec 10, 2024
1 parent 0223e57 commit 7cf4dc0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ const { title, description, image = "/open-graph.jpg" } = Astro.props
<meta name="title" content={title} />
<meta name="description" content={description} />

<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#00f2ff">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#00f2ff">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#00f2ff">

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content={Astro.url} />
Expand Down

0 comments on commit 7cf4dc0

Please sign in to comment.