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 678550f commit dd4d689Copy full SHA for dd4d689
src/schemas/base.ts
@@ -99,8 +99,6 @@ export const baseSchema = ({ image }: SchemaContext) =>
99
.string()
100
.optional()
101
.describe("Renders a summary description directly below the page title."),
102
- goal: z.string().array().optional(),
103
- operation: z.string().array().optional(),
104
noindex: z
105
.boolean()
106
0 commit comments