header metadata for user links

This commit is contained in:
nomadics9 2024-05-12 01:21:24 +03:00
parent e40a297123
commit f29b3e89d4
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -9,3 +9,4 @@ node_modules
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
service-account.json
build.zip

View file

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