12 lines
No EOL
496 B
Text
12 lines
No EOL
496 B
Text
---
|
|
const description = "Just my little website do be gay and do crime on~";
|
|
const embedImage = "https://aria.coffee/static/img/sites/avatar.png";
|
|
const embedColour = "#380A84";
|
|
|
|
const { pageTitle } = Astro.props;
|
|
---
|
|
<meta content={pageTitle} property="og:title" />
|
|
<meta content={description} property="og:description" />
|
|
<meta content={Astro.site} property="og:url" />
|
|
<meta content={embedImage} property="og:image" />
|
|
<meta content={embedColour} data-react-helmet="true" name="theme-color" /> |