Update stuff

This commit is contained in:
2025-09-21 12:42:31 +03:00
parent ee04181d82
commit a9a102391e
12 changed files with 13709 additions and 10328 deletions

View File

@@ -57,9 +57,19 @@ const { data: article } = useAsyncData(path, async () => {
class="flex flex-col gap-3 prose dark:prose-invert !pt-0 max-w-3xl p-4 sm:p-6 lg:p-8"
as="article"
>
<ContentRenderer :value="article" />
<ContentRenderer :value="article" prose />
</UContainer>
<UContainer
v-motion-fade
:delay="500"
class="flex flex-col gap-3 prose dark:prose-invert !pt-0 max-w-3xl p-4 sm:p-6 lg:p-8"
>
<hr class="border border-slate-100" />
</UContainer>
<ArticlesAboutAuthor v-motion-fade :delay="500" />
<Footer v-motion-fade :delay="500" />
</template>