writed project pages content

This commit is contained in:
2026-04-16 14:39:14 +02:00
parent 3a79088cce
commit fc2b481bd4
18 changed files with 104 additions and 83 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
export type ProjectFrontmatter = {
ready: boolean;
title: string;
priority: number;
category: string;
@@ -7,7 +8,7 @@ export type ProjectFrontmatter = {
technologies: string[];
preview1?: string;
preview2?: string;
website: string;
website?: string;
featured: boolean;
description: string;
dateLabel: string;