From b6b3fd6e91582ba790f0565c20b671b3df1eca6a Mon Sep 17 00:00:00 2001 From: Amine Bl <33012060+aminerol@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:07:10 +0100 Subject: [PATCH] add dotLottie mime type --- src/custom-types.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/custom-types.json b/src/custom-types.json index 198f913ba..806fd5a20 100644 --- a/src/custom-types.json +++ b/src/custom-types.json @@ -976,5 +976,11 @@ "sources": [ "https://github.com/microsoft/referencesource/blob/51cf7850defa8a17d815b4700b67116e3fa283c2/System.Web/MimeMapping.cs#L379" ] + }, + "application/zip+dotlottie": { + "extensions": ["lottie"], + "sources": [ + "https://dotlottie.io/structure/" + ] } }