Fix MIME
This commit is contained in:
parent
2c955858a0
commit
5e7a4e4752
1 changed files with 1 additions and 1 deletions
|
@ -97,6 +97,6 @@ export async function convertToApng(path: string): Promise<IImage> {
|
||||||
return {
|
return {
|
||||||
data,
|
data,
|
||||||
ext: 'apng',
|
ext: 'apng',
|
||||||
type: 'image/apng'
|
type: 'image/vnd.mozilla.apng'
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue