mirror of
https://github.com/vlang/v.git
synced 2025-09-17 11:26:17 -04:00
vweb: add application/wasm
to mime_types, for .wasm
files (#19142)
This commit is contained in:
parent
1bed0b5e68
commit
8e8bd857b0
@ -119,6 +119,7 @@ pub const (
|
||||
'.ttf': 'font/ttf'
|
||||
'.txt': 'text/plain'
|
||||
'.vsd': 'application/vnd.visio'
|
||||
'.wasm': 'application/wasm'
|
||||
'.wav': 'audio/wav'
|
||||
'.weba': 'audio/webm'
|
||||
'.webm': 'video/webm'
|
||||
|
Loading…
x
Reference in New Issue
Block a user