feat(projects): add project scope

This commit is contained in:
2025-11-27 22:49:43 +01:00
parent da516c6e55
commit 8dcc3c660d
14 changed files with 166 additions and 146 deletions

View File

@@ -11,6 +11,7 @@ export default defineContentConfig({
url: z.url().nullable(),
order: z.number(),
technologies: z.array(z.string()),
scope: z.enum(["hobby", "work"]),
}),
}),
},