mirror of
https://github.com/vlang/v.git
synced 2025-09-17 11:26:17 -04:00
vweb: add mime type support for static .md files
This commit is contained in:
parent
06fb8f0ffa
commit
e0e0987117
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user