1
0
Fork 0
mirror of https://github.com/TheTaz25/denis.ergin.git synced 2025-07-12 22:08:48 +00:00

feat(knowledge-base): new page for s2

This commit is contained in:
Denis Ergin 2025-05-04 20:39:50 +02:00
parent 63142e27ea
commit 0a705d692e
6 changed files with 37 additions and 2 deletions

View file

@ -14,6 +14,7 @@ const dhbwCollection = defineCollection({
tags: z.array(z.string()),
staticPath: z.string(),
show: z.optional(z.boolean()),
order: z.number(),
}),
});