mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-11-03 14:39:49 +00:00
fix: format
This commit is contained in:
@@ -56,7 +56,7 @@ const TagContent: QuartzComponent = (props: QuartzComponentProps) => {
|
||||
|
||||
const root = contentPage?.htmlAst
|
||||
const content =
|
||||
!root || root?.children.length === 0
|
||||
!root || root?.children.length === 0
|
||||
? contentPage?.description
|
||||
: htmlToJsx(contentPage.filePath!, root)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user