docs: 📝 Write article about Versia 0.5

This commit is contained in:
Jesse Wierzbinski 2025-01-17 17:27:22 +01:00
parent d97efab9f3
commit 7589afd7b7
No known key found for this signature in database
16 changed files with 291 additions and 50 deletions

View file

@ -46,6 +46,7 @@ export const getPost = async (path: string): Promise<Post | null> => {
height: header.image_height
? Number(header.image_height)
: undefined,
credit: header.image_credit,
},
title: header.title,
path,