Fix MIME
This commit is contained in:
parent
2c955858a0
commit
5e7a4e4752
@ -97,6 +97,6 @@ export async function convertToApng(path: string): Promise<IImage> {
|
||||
return {
|
||||
data,
|
||||
ext: 'apng',
|
||||
type: 'image/apng'
|
||||
type: 'image/vnd.mozilla.apng'
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user