diff --git a/apps/api/src/scraper/WebScraper/crawler.ts b/apps/api/src/scraper/WebScraper/crawler.ts index adc71c57..7bf9988e 100644 --- a/apps/api/src/scraper/WebScraper/crawler.ts +++ b/apps/api/src/scraper/WebScraper/crawler.ts @@ -272,7 +272,7 @@ export class WebCrawler { ".woff", ".ttf", ".woff2", - ".webp", + ".webp" ]; return fileExtensions.some((ext) => url.endsWith(ext)); }