Skip to content

Commit

Permalink
Update Layout.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
chawyehsu authored Jan 21, 2024
1 parent 639b409 commit 7d5c3d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ const { title } = Astro.props;

<meta property="og:title" content="Welcome to uwucrew! A global anime art community" />
<meta property="og:description" content="Immerse yourself into the future of anime art ✨ Become part of a global effort to empower creativity 🎨🌈" />
<meta property="og:image" content="https://uwucrew-v2.web.app/og-image.webp" />
<meta property="og:url" content="https://uwucrew-v2.web.app/" />
<meta property="og:image" content={Astro.url.toString() + "og-image.webp"} />
<meta property="og:url" content={Astro.url.toString()} />
</head>
<body>
<slot />
Expand Down

0 comments on commit 7d5c3d2

Please sign in to comment.