Skip to content

Commit dfbe487

Browse files
ComputelessComputerCortana
andauthored
fix(content): author rendered as J, o, h, n, J, e, o, n, g on mac-productivity-apps (#5184)
Frontmatter had the author serialized character-by-character as a YAML list of 10 single-char strings. Zod's z.array(z.string()) accepted it, and the page renderer joined them with commas. Replaced with the scalar 'John Jeong'. Co-authored-by: Cortana <cortana@fastrepl.com>
1 parent f501ab1 commit dfbe487

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

apps/web/content/articles/mac-productivity-apps.mdx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
---
22
meta_title: "9 Best Mac Productivity Apps for 2026"
33
meta_description: "Discover the best Mac productivity apps for 2026. A vetted list of tools for AI meeting notes, file management, and automation."
4-
author:
5-
- "J"
6-
- "o"
7-
- "h"
8-
- "n"
9-
- " "
10-
- "J"
11-
- "e"
12-
- "o"
13-
- "n"
14-
- "g"
4+
author: "John Jeong"
155
featured: true
166
category: "Guides"
177
date: "2026-02-13"

0 commit comments

Comments
 (0)