Update crawler.ts

This commit is contained in:
Nicolas 2024-04-27 11:17:10 -07:00
parent 0f694e0608
commit 1dc6458c6a

View File

@ -272,7 +272,7 @@ export class WebCrawler {
".woff",
".ttf",
".woff2",
".webp",
".webp"
];
return fileExtensions.some((ext) => url.endsWith(ext));
}