mirror of
https://github.com/10h30/blog-balodeplao.git
synced 2026-05-12 23:21:16 +09:00
feat: add Destinations component and integrate destination data in blog posts
This commit is contained in:
@@ -11,6 +11,7 @@ const blog = defineCollection({
|
||||
image: z.string().optional(),
|
||||
tags: z.array(z.string()).optional(),
|
||||
categories: z.array(z.string()).optional(),
|
||||
destination: z.array(z.string()).optional(),
|
||||
}),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user