fix: properly 404
This commit is contained in:
parent
04ab476d9b
commit
6f8f5dad7d
@ -1,11 +1,11 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import Default from "./default.vue";
|
import Default from "./layouts/default.vue";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<Default>
|
<Default>
|
||||||
<main class="flex flex-col grow">
|
<main class="flex flex-col grow prose dark:prose-invert">
|
||||||
<h1>404 - Not Found</h1>
|
<h1 class="mb-0">404 - Not Found</h1>
|
||||||
<p>The page you are looking for cannot be found.</p>
|
<p>The page you are looking for cannot be found.</p>
|
||||||
</main>
|
</main>
|
||||||
</Default>
|
</Default>
|
Loading…
Reference in New Issue
Block a user