This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/echarts-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f1deb6e05 try fixing .htaccess
f1deb6e05 is described below

commit f1deb6e056d273f25e1b73cb621ff22af800b84c
Author: Zhongxiang Wang <[email protected]>
AuthorDate: Fri Feb 23 09:37:22 2024 +0800

    try fixing .htaccess
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index a9abb18e7..86d63a7eb 100644
--- a/.htaccess
+++ b/.htaccess
@@ -44,7 +44,7 @@ RedirectMatch 404 /\.asf\.yaml
 
 <IfModule mod_headers.c>
     <FilesMatch ".+\.(?<imgExt>webp|apng|avif)$">
-        Header setifempty Content-Type "image/%{env:MATCH_IMGEXT}"
+        Header setifempty Content-Type image/%{env:MATCH_IMGEXT}
     </FilesMatch>
 </IfModule>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to