Skip to content

Commit 8c9ced5

Browse files
committed
adding eot content-type
1 parent bbf6acd commit 8c9ced5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config.ru

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ require './hackety'
33
mime_type :ttf, "font/ttf"
44
mime_type :woff, "application/x-woff"
55
mime_type :shy, "application/x-shy"
6+
mime_type :eot, "application/octet-stream"
67

78
run Sinatra::Application

0 commit comments

Comments
 (0)