Skip to content

Commit

Permalink
site meta change
Browse files Browse the repository at this point in the history
  • Loading branch information
honwhy committed Apr 13, 2024
1 parent 73402ab commit f92a880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SiteMeta.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ViewTransitions } from 'astro:transitions'
const { title, description, url, image, author } = Astro.props
let subtitle = 'Accessible Astro Starter'
let subtitle = 'Baicizhan Helper Website'
---

<!-- general meta -->
Expand All @@ -15,7 +15,7 @@ let subtitle = 'Accessible Astro Starter'
<meta property="og:title" content={`${title} - ${subtitle}`} />
<meta property="og:description" content={description} />
<meta property="og:type" content="website" />
<meta property="og:url" content={url} />
<meta property="og:url" content="https://100-words.pages.dev/" />
<meta property="og:image" content={Astro.site ? `${Astro.site}${image}` : image} />

<!-- twitter card -->
Expand Down

0 comments on commit f92a880

Please sign in to comment.