posts: "fix" type error
Alan Pearce alan@alanpearce.eu
Mon, 01 Apr 2024 22:17:08 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M src/posts.ts → src/posts.ts
@@ -43,7 +43,7 @@ const url = pathFromRoot.replace(root, "").replace(".md", "/"); const file = await getPost(input); - file.data.taxonomies?.tags?.map((t: string) => + (file.data.taxonomies as any)?.tags?.map((t: string) => tags.add(t.toLowerCase()), ); posts.push({