fix typos
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { z, defineCollection } from 'astro:content'
|
||||
import { z, defineCollection } from 'astro:content';
|
||||
|
||||
const blogCollection = defineCollection({
|
||||
schema: z.object({
|
||||
@@ -22,8 +22,8 @@ const blogCollection = defineCollection({
|
||||
])
|
||||
),
|
||||
}),
|
||||
})
|
||||
});
|
||||
|
||||
export const collections = {
|
||||
blog: blogCollection,
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user