header metadata

This commit is contained in:
nomadics9 2024-05-12 01:34:23 +03:00
parent 45c4a11afe
commit 421053698c

View file

@ -40,8 +40,8 @@
<svelte:head> <svelte:head>
<title>@{data.username} Links</title> <title>@{data.username} Links</title>
<meta name="description" content="={data.bio}" /> <meta name="description" content="{data.bio}" />
<meta name="og:image" content="{data.photoURL}" /> <meta property="og:image" content="{data.photoURL}" />
</svelte:head> </svelte:head>
<main class=" prose text-center mx-auto mt-8"> <main class=" prose text-center mx-auto mt-8">