feat: add 404 page

This commit is contained in:
2022-08-10 18:47:39 -04:00
parent b59e77f432
commit 04ab476d9b
3 changed files with 19 additions and 1 deletions

View File

@@ -49,6 +49,10 @@ const captionText =
</template>
<template #not-found>
<h1>404 - Not Found</h1>
<p>
Thanks for dropping by! But the page you're looking for can't be
found.
</p>
</template>
</ContentRenderer>
</div>