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

13 lines
217 B
Vue

<template>
<ContentDoc tag="article" class="prose dark:prose-invert">
<template #not-found> Document not found </template>
</ContentDoc>
</template>
<style>
article {
width: 90%;
height: 100%;
}
</style>