change work to projects

This commit is contained in:
2024-08-23 21:01:26 -05:00
parent b8efef1a00
commit f6c05b8a0c
10 changed files with 15 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
import { defineCollection, z } from 'astro:content';
export const collections = {
work: defineCollection({
projects: defineCollection({
type: 'content',
schema: z.object({
title: z.string(),