Commit dfbe487
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 4 | + | |
15 | 5 | | |
16 | 6 | | |
17 | 7 | | |
| |||
0 commit comments