feat: make markdown work

dear lord
This commit is contained in:
2022-07-22 15:32:00 -04:00
parent 9c6b91c562
commit 92d0d70760
15 changed files with 262 additions and 134 deletions

View File

@@ -1 +0,0 @@
<template>404!</template>

View File

@@ -1,7 +1,5 @@
<template>
<main>
oi what's up
<!-- custom 404? -->
<ContentDoc />
</main>
<ContentDoc tag="article" class="prose dark:prose-invert">
<template #not-found> Document not found </template>
</ContentDoc>
</template>

View File