fixed design project page

This commit is contained in:
2026-04-16 10:47:28 +02:00
parent 5e1368f790
commit 2bf8bae473
12 changed files with 65 additions and 65 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
export type ProjectFrontmatter = {
title: string;
subtitle: string;
year: number;
priority: number;
category: string;
client: string;
roles: string[];