mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-15 02:15:54 +08:00
Update types.ts
This commit is contained in:
parent
f7207f91b4
commit
64546f1259
@ -232,7 +232,7 @@ const crawlerOptions = z.object({
|
||||
allowExternalLinks: z.boolean().default(false),
|
||||
allowSubdomains: z.boolean().default(false),
|
||||
ignoreRobotsTxt: z.boolean().default(false),
|
||||
ignoreSitemap: z.boolean().default(true),
|
||||
ignoreSitemap: z.boolean().default(false),
|
||||
deduplicateSimilarURLs: z.boolean().default(true),
|
||||
ignoreQueryParameters: z.boolean().default(false),
|
||||
}).strict(strictMessage);
|
||||
|
Loading…
x
Reference in New Issue
Block a user