forked from AkkomaGang/landing-site
fix images
This commit is contained in:
parent
5dd71cee65
commit
1ff5a4c938
1 changed files with 5 additions and 5 deletions
|
@ -20,11 +20,11 @@ export default function Home() {
|
||||||
name="description"
|
name="description"
|
||||||
content="Join an Akkoma instance today to start expressing yourself alongside a community of like-minded people."
|
content="Join an Akkoma instance today to start expressing yourself alongside a community of like-minded people."
|
||||||
/>
|
/>
|
||||||
<meta content="website" property="og:type"/>
|
<meta content="website" property="og:type"/>
|
||||||
<meta content="summary" property="twitter:card"/>
|
<meta content="summary" property="twitter:card"/>
|
||||||
<meta content="/images/akko_badday.png" property="og:image"/>
|
<meta content={akkoBadday.src} property="og:image"/>
|
||||||
<meta content="724" property="og:image:width"/>
|
<meta content="724" property="og:image:width"/>
|
||||||
<meta content="724" property="og:image:height"/>
|
<meta content="724" property="og:image:height"/>
|
||||||
</Head>
|
</Head>
|
||||||
<Header />
|
<Header />
|
||||||
<main>
|
<main>
|
||||||
|
|
Loading…
Reference in a new issue