header metadata
This commit is contained in:
parent
421053698c
commit
3c3dec619b
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
} from "firebase/auth";
|
||||
import { goto } from "$app/navigation";
|
||||
import { toasts, ToastContainer, FlatToast } from "svelte-toasts";
|
||||
import { page } from "$app/stores";
|
||||
|
||||
export let data: PageData;
|
||||
async function signInWithGoogle() {
|
||||
|
@ -42,6 +43,9 @@
|
|||
<title>@{data.username} Links</title>
|
||||
<meta name="description" content="{data.bio}" />
|
||||
<meta property="og:image" content="{data.photoURL}" />
|
||||
<meta property="og:title" content="{data.username} Links" />
|
||||
<meta property="og:description" content="{data.bio}" />
|
||||
<meta property="og:url" content="https://nmd.mov/{data.username}" />
|
||||
</svelte:head>
|
||||
|
||||
<main class=" prose text-center mx-auto mt-8">
|
||||
|
|
Loading…
Reference in a new issue