header metadata for user links
This commit is contained in:
parent
e40a297123
commit
f29b3e89d4
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,3 +9,4 @@ node_modules
|
|||
vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
||||
service-account.json
|
||||
build.zip
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue