From e9d5137dfefee85720d533279cae715910cf1a57 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 8 May 2023 13:00:37 +0300 Subject: [PATCH] allow svg images mime content type --- config/app.php.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php.txt b/config/app.php.txt index b9d7aae..007a64f 100644 --- a/config/app.php.txt +++ b/config/app.php.txt @@ -196,7 +196,7 @@ define('CRAWL_PAGE_MIME', 'text/html'); * comma separated * */ -define('CRAWL_IMAGE_MIME', 'image/webp,image/png,image/gif,image/jpeg,image/ico'); +define('CRAWL_IMAGE_MIME', 'image/webp,image/png,image/gif,image/jpeg,image/ico,image/svg+xml'); /* * Renew image index by timing offset provided