Skip to content

Commit

Permalink
Fixing Image Not Showing Up in Articles
Browse files Browse the repository at this point in the history
Signed-off-by: Type-32 <[email protected]>
  • Loading branch information
Type-32 committed Jul 12, 2024
1 parent 721228f commit 5793bf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/pages/articles/[articleSlug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ function parseAndFormatDate(dateString: string): string {
</template>
</UPageHeader>
<UPageBody prose >
<MDC :value="data?.content"/>
<article class="prose dark:text-white/90 max-w-none items-center">
<div v-html="data?.content"/>
</article>
</UPageBody>
</UPage>
</UContainer>
Expand Down

0 comments on commit 5793bf0

Please sign in to comment.