Skip to content

Commit bdf3598

Browse files
committed
Register .webm as file handler
Fixes #39
1 parent fc74a85 commit bdf3598

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

vite.config.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,16 @@ const pwaConfig: Partial<VitePWAOptions> = {
4444
{
4545
action: "./",
4646
accept: {
47-
"video/*": [".mp4", ".mkv", ".webm", ".mov", ".avi", ".flv", ".wmv"],
47+
"video/*": [
48+
".mp4",
49+
".mkv",
50+
".webm",
51+
".mov",
52+
".avi",
53+
".flv",
54+
".wmv",
55+
".webm",
56+
],
4857
},
4958
},
5059
],

0 commit comments

Comments
 (0)