feat: update site metadata

This commit is contained in:
Youwen Wu 2024-04-02 23:30:01 -07:00
parent 8ac1c3aeb3
commit b60fc3d19c
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 5 additions and 6 deletions

View file

@ -6,6 +6,11 @@
const error = $page.error ?? { message: 'unknown' };
</script>
<svelte:head>
<title>Error {error.message}</title>
<meta name="description" content="An error occurred. This page is unavailable." />
</svelte:head>
<main class="flex justify-center h-screen">
<div class="max-w-md p-8 rounded outline-primary outline-1 outline mt-20 h-min">
<h1 class="text-4xl font-bold mb-4">Oops!</h1>

View file

@ -7,12 +7,6 @@
import Footer from '$lib/components/Footer.svelte';
</script>
<svelte:head>
<title>Youwen Wu</title>
<meta name="description" content="My personal website and blog." />
<meta name="author" content="Youwen Wu" />
</svelte:head>
<ModeWatcher />
<Navbar />
<div class="px-4 pt-24">