Skip to content

Commit 24a8262

Browse files
committed
update home head
1 parent 9471473 commit 24a8262

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/routes/+page.svelte

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
];
1616
1717
const config = {
18-
title: "About",
19-
description: "About Hyper-Z11",
20-
type: "profile",
21-
url: "/about",
18+
title: "Hyper-Z11",
19+
description: "Hyper-Z11 Personal Website",
20+
type: "website",
21+
url: "/",
22+
isHome: true,
2223
};
2324
</script>
2425

0 commit comments

Comments
 (0)