Skip to content

Commit a6cec3b

Browse files
committed
Fix bug
1 parent 8d4042e commit a6cec3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/contentService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export function getAllContent(): Entity[] {
162162
url,
163163
slug,
164164
title: reference.name || param.name,
165-
description: reference.description || `${param.name} - DocumentDB Reference`,
165+
description: reference.frontmatter.description || `${param.name} - DocumentDB Reference`,
166166
section: 'reference',
167167
type: 'reference',
168168
filePath: mdFilePath,

0 commit comments

Comments
 (0)