feat: better meta tags

This commit is contained in:
Ax333l
2023-01-01 13:55:15 +01:00
parent b70b12e417
commit d0d2e3f412
9 changed files with 43 additions and 34 deletions

View File

@@ -1,10 +1,13 @@
<script lang="ts">
import Meta from '$lib/components/Meta.svelte';
import Navigation from '$layout/Navbar/NavButton.svelte';
import { page } from '$app/stores';
$: status = $page.status;
</script>
<Meta title="404" />
<section class="error">
<h1>{status}</h1>
{#if status == 404}