diff --git a/src/utils/schemas.ts b/src/utils/schemas.ts index d75dc5dc..be16c4ee 100644 --- a/src/utils/schemas.ts +++ b/src/utils/schemas.ts @@ -10,7 +10,7 @@ const RobotsPolicySchema = z.object({ allow: z.string().optional(), disallow: z.string().optional(), cleanParam: z.string().optional(), - crawlDelay: z.number() + crawlDelay: z.number().optional() }) export const RobotsTxtSchema = z.object({