Add images; update urls
This commit is contained in:
parent
ef432e3f74
commit
fe3d170dbe
37 changed files with 488 additions and 109 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue