Skip to content

Commit 8167bdd

Browse files
authored
update from blog to apps
1 parent 1ab56e8 commit 8167bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { defineCollection, z } from 'astro:content'
22

3-
const blog = defineCollection({
3+
const apps = defineCollection({
44
// Type-check frontmatter using a schema
55
schema: z.object({
66
title: z.string(),

0 commit comments

Comments
 (0)