Skip to content
Snippets Groups Projects
Commit 5e7a4e47 authored by syuilo's avatar syuilo
Browse files

Fix MIME

parent 2c955858
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,6 @@ export async function convertToApng(path: string): Promise<IImage> {
return {
data,
ext: 'apng',
type: 'image/apng'
type: 'image/vnd.mozilla.apng'
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment