mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-15 17:55:55 +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),
|
allowExternalLinks: z.boolean().default(false),
|
||||||
allowSubdomains: z.boolean().default(false),
|
allowSubdomains: z.boolean().default(false),
|
||||||
ignoreRobotsTxt: z.boolean().default(false),
|
ignoreRobotsTxt: z.boolean().default(false),
|
||||||
ignoreSitemap: z.boolean().default(true),
|
ignoreSitemap: z.boolean().default(false),
|
||||||
deduplicateSimilarURLs: z.boolean().default(true),
|
deduplicateSimilarURLs: z.boolean().default(true),
|
||||||
ignoreQueryParameters: z.boolean().default(false),
|
ignoreQueryParameters: z.boolean().default(false),
|
||||||
}).strict(strictMessage);
|
}).strict(strictMessage);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user