feat(projects): render preview in top screen, also prepare for markdown rendering

This commit is contained in:
2025-11-20 23:57:10 +01:00
parent a9bc2a7358
commit 17eeb4cb13
15 changed files with 1109 additions and 577 deletions

View File

@@ -10,6 +10,7 @@ export default defineContentConfig({
description: z.string(),
url: z.url().nullable(),
thumbnail: z.string(),
preview: z.string(),
order: z.number(),
}),
}),