Skip to content

Commit ba984a1

Browse files
authored
feat: add dotLottie mime type (#351)
1 parent 49f8df0 commit ba984a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/custom-types.json

+6
Original file line numberDiff line numberDiff line change
@@ -976,5 +976,11 @@
976976
"sources": [
977977
"https://github.com/microsoft/referencesource/blob/51cf7850defa8a17d815b4700b67116e3fa283c2/System.Web/MimeMapping.cs#L379"
978978
]
979+
},
980+
"application/zip+dotlottie": {
981+
"extensions": ["lottie"],
982+
"sources": [
983+
"https://dotlottie.io/structure/"
984+
]
979985
}
980986
}

0 commit comments

Comments
 (0)