Skip to content

Commit dd4d689

Browse files
committed
remove schema values
1 parent 678550f commit dd4d689

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/schemas/base.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ export const baseSchema = ({ image }: SchemaContext) =>
9999
.string()
100100
.optional()
101101
.describe("Renders a summary description directly below the page title."),
102-
goal: z.string().array().optional(),
103-
operation: z.string().array().optional(),
104102
noindex: z
105103
.boolean()
106104
.optional()

0 commit comments

Comments
 (0)