diff --git a/vlib/vweb/vweb.v b/vlib/vweb/vweb.v index ff06d7ee6c..c1ec5bbfcc 100644 --- a/vlib/vweb/vweb.v +++ b/vlib/vweb/vweb.v @@ -87,6 +87,7 @@ pub const ( '.js': 'text/javascript' '.json': 'application/json' '.jsonld': 'application/ld+json' + '.md': 'text/markdown' '.mid': 'audio/midi audio/x-midi' '.midi': 'audio/midi audio/x-midi' '.mjs': 'text/javascript'