Update stuff
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -11,8 +11,8 @@ useSeoMeta({
|
||||
|
||||
<template>
|
||||
<HomeIntroduction v-motion-fade />
|
||||
<HomeConnect v-motion-fade :delay="500" />
|
||||
<HomeBeenWorkingWith v-motion-fade :delay="500" />
|
||||
<HomePersonalProjects v-motion-fade :delay="500" />
|
||||
<HomeConnect v-motion-fade :delay="500" />
|
||||
<Footer v-motion-fade :delay="500" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user