mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
Fix MIME
This commit is contained in:
parent
88d2b6528d
commit
c28639437f
@ -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