feat(projects): add project scope
This commit is contained in:
@@ -11,6 +11,7 @@ export default defineContentConfig({
|
||||
url: z.url().nullable(),
|
||||
order: z.number(),
|
||||
technologies: z.array(z.string()),
|
||||
scope: z.enum(["hobby", "work"]),
|
||||
}),
|
||||
}),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user