Prettier config
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import { z, defineCollection } from "astro:content";
|
||||
import { z, defineCollection } from 'astro:content'
|
||||
|
||||
const blogCollection = defineCollection({
|
||||
schema: z.object({
|
||||
title: z.string(),
|
||||
pubDate: z.date(),
|
||||
}),
|
||||
});
|
||||
schema: z.object({
|
||||
title: z.string(),
|
||||
pubDate: z.date(),
|
||||
}),
|
||||
})
|
||||
|
||||
export const collections = {
|
||||
blog: blogCollection,
|
||||
};
|
||||
blog: blogCollection,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user