feat(website): add og image

This commit is contained in:
LukaDev 2024-10-14 11:41:42 +02:00
parent 2a5f54bfaf
commit 00fd62ba1e
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View file

@ -24,6 +24,8 @@
<meta property="og:type" content="website" />
<meta property="og:title" content={title ?? "Manage your packages for Luau"} />
<meta property="og:description" content={description} />
<meta property="og:image" content="/favicon-48x48.png" />
<meta name="twitter:card" content="summary" />
<link rel="icon" type="image/png" href="/favicon-48x48.png" sizes="48x48" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />