Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Feb 4, 2025
1 parent 1b01bac commit 16c5a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const noteCollection = defineCollection({
loader: glob({ pattern: '**/*.(md|mdx)', base: './src/content/notes' }),
schema: z.object({
title: z.string(),
pubDate: z.string(),
pubDate: z.datetime(),
tags: z.array(z.string()),
})
})
Expand Down

0 comments on commit 16c5a49

Please sign in to comment.