feat: add Destinations component and integrate destination data in blog posts

This commit is contained in:
2026-03-19 13:04:58 +09:00
parent 2a43bf055e
commit 78a554b672
5 changed files with 130 additions and 2 deletions
+1
View File
@@ -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(),
}),
});