mirror of
https://github.com/versia-pub/blog.git
synced 2026-03-13 01:29:15 +01:00
docs: 📝 Write article about Versia 0.5
This commit is contained in:
parent
d97efab9f3
commit
7589afd7b7
16 changed files with 291 additions and 50 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue