mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
vweb: add mime type support for static .md files
This commit is contained in:
parent
06fb8f0ffa
commit
e0e0987117
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue