Add images; update urls

This commit is contained in:
Jennie Robinson Faber 2025-11-15 19:33:36 +00:00
parent ef432e3f74
commit fe3d170dbe
37 changed files with 488 additions and 109 deletions

View file

@ -4,8 +4,11 @@ import { z } from "zod";
export default defineContentConfig({
collections: {
articles: defineCollection({
type: "data",
source: "**/*.md",
type: "page",
source: {
include: "articles/*.md",
prefix: "/",
},
schema: z.object({
title: z.string(),
description: z.string().optional(),