APNGでもMIME typeはimage/pngにするように (#5100)
* APNGでもMIME typeはimage/pngにするように
* Revert "APNGでもMIME typeはimage/pngにするように"
This reverts commit e579eb2bf4
.
* APNGはファイル送信時のみimage/pngにするように
This commit is contained in:
@@ -97,6 +97,6 @@ export async function convertToApng(path: string): Promise<IImage> {
|
||||
return {
|
||||
data,
|
||||
ext: 'apng',
|
||||
type: 'image/vnd.mozilla.apng'
|
||||
type: 'image/apng'
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user