mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Fix MIME
This commit is contained in:
parent
88d2b6528d
commit
c28639437f
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