aboutsummaryrefslogtreecommitdiff
path: root/src/content/config.ts
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-02-02 23:25:31 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-02-02 23:30:29 -0500
commitc7264e3ace8a6b1e22420702f00296a4bdadb6da (patch)
tree1a157a968bea7e24fc708a22e933e8ea7ce01f1f /src/content/config.ts
parent2c2bdccd645cafd26318c2f2659242f046b61daf (diff)
downloadpersonal-website-c7264e3ace8a6b1e22420702f00296a4bdadb6da.tar.gz
personal-website-c7264e3ace8a6b1e22420702f00296a4bdadb6da.tar.bz2
personal-website-c7264e3ace8a6b1e22420702f00296a4bdadb6da.zip
Tags; More changes on blog
Diffstat (limited to 'src/content/config.ts')
-rw-r--r--src/content/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/config.ts b/src/content/config.ts
index 694e87d..8dd2162 100644
--- a/src/content/config.ts
+++ b/src/content/config.ts
@@ -6,7 +6,7 @@ const blogCollection = defineCollection({
schema: z.object({
title: z.string(),
description: z.string(),
- date: z.date(),
+ pubDate: z.date(),
tags: z.array(z.string()),
}),
});