Skip to content

Commit

Permalink
chore: remove unused seo fields
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Nov 20, 2024
1 parent d6e13de commit 6d579bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ export const pageSchema = z.object({
z.object({
title: z.string().optional(),
description: z.string().optional(),
meta: z.array(z.record(z.string(), z.any())).optional(),
link: z.array(z.record(z.string(), z.any())).optional(),
}),
z.record(z.string(), z.any()),
).optional().default({}),
Expand Down

0 comments on commit 6d579bb

Please sign in to comment.