mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-03-13 05:41:02 +00:00
allow svg images mime content type
This commit is contained in:
parent
e6da2e729a
commit
e9d5137dfe
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user