refactor: use astro generated CollectionEntry type

This commit is contained in:
tanishqmanuja
2023-09-20 14:49:56 +05:30
committed by Sat Naing
parent 0af32518b3
commit 1cc51c00a7
4 changed files with 6 additions and 8 deletions
-2
View File
@@ -14,5 +14,3 @@ export const blogSchema = z
canonicalURL: z.string().optional(),
})
.strict();
export type BlogFrontmatter = z.infer<typeof blogSchema>;