Skip to content
Snippets Groups Projects

fix: updates and footer logos

Merged Moritz Stückler requested to merge chore/updates-and-footer-logos into main
Files
6
+ 1
0
@@ -48,6 +48,7 @@ const toolbarCollection = defineCollection({
});
const footerLogosCollection = defineCollection({
type: "content",
schema: z.object({
img: z.string(),
href: z.string().optional(),
Loading