mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-06-02 00:33:14 +00:00
Yeet custom images for blogs and posts and stuff, because I dont wanna loose all my hair FUCK
Clean up examples that I need to work with Remove un-needed code bluh Leg
This commit is contained in:
parent
457591297a
commit
09c53ed7ac
21 changed files with 56 additions and 135 deletions
|
@ -7,7 +7,6 @@ const postsCollection = defineCollection({
|
|||
title: z.string(),
|
||||
description: z.string(),
|
||||
pubDate: z.date(),
|
||||
image: z.string().optional(),
|
||||
tags: z.array(z.string()),
|
||||
}),
|
||||
});
|
||||
|
@ -18,7 +17,6 @@ const projectsCollection = defineCollection({
|
|||
draft: z.boolean().optional(),
|
||||
title: z.string(),
|
||||
description: z.string(),
|
||||
image: z.string().optional(),
|
||||
tags: z.array(z.string()),
|
||||
}),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue