Skip to content

Commit 6ecb860

Browse files
committed
svg support
1 parent 6ec43ef commit 6ecb860

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_plugins/svg_support.rb

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
require 'webrick'
2+
include WEBrick
3+
4+
WEBrick::HTTPUtils::DefaultMimeTypes.store 'svg', 'image/svg+xml'

0 commit comments

Comments
 (0)