public/pages/[...slug].vue
2022-07-22 15:32:00 -04:00

6 lines
157 B
Vue

<template>
<ContentDoc tag="article" class="prose dark:prose-invert">
<template #not-found> Document not found </template>
</ContentDoc>
</template>