We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418f992 commit d126adbCopy full SHA for d126adb
src/content.config.ts
@@ -1,6 +1,5 @@
1
-import { defineCollection, type ImageFunction } from 'astro:content';
+import { defineCollection, type ImageFunction, z } from 'astro:content';
2
import { glob } from 'astro/loaders';
3
-import { z } from 'zod';
4
5
export const seoSchemaWithoutImage = z.object({
6
title: z.string(),
0 commit comments