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
|
|
@ -2,6 +2,7 @@ export interface FrontMatter {
|
|||
title: string;
|
||||
description: string;
|
||||
image: string;
|
||||
image_credit?: string;
|
||||
image_width?: number;
|
||||
image_height?: number;
|
||||
created_at: string;
|
||||
|
|
@ -16,6 +17,7 @@ export interface Post {
|
|||
description: string;
|
||||
image: {
|
||||
url: string;
|
||||
credit?: string;
|
||||
width?: number;
|
||||
height?: number;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue