feat: track images with git lfs
This commit is contained in:
@ -3,8 +3,8 @@ import { defineCollection, z } from 'astro:content';
|
||||
const blogCollection = defineCollection({
|
||||
schema: z.object({
|
||||
title: z.string(),
|
||||
author: z.string(),
|
||||
date: z.date()
|
||||
date: z.date(),
|
||||
headerImg: z.string().optional()
|
||||
})
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user