mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-15 18:05:50 +01:00
Merge pull request #2047 from sraabe/patch-1
Added mime-type mapping for SVG files
This commit is contained in:
@@ -90,4 +90,9 @@
|
|||||||
</context-param>
|
</context-param>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<mime-mapping>
|
||||||
|
<extension>svg</extension>
|
||||||
|
<mime-type>image/svg+xml</mime-type>
|
||||||
|
</mime-mapping>
|
||||||
|
|
||||||
</web-app>
|
</web-app>
|
||||||
|
|||||||
Reference in New Issue
Block a user