APNGでもMIME typeはimage/pngにするように (#5100)
* APNGでもMIME typeはimage/pngにするように * Revert "APNGでもMIME typeはimage/pngにするように" This reverts commit e579eb2bf44f526cabfa9bd4adc6b4fa84727e3b. * APNGはファイル送信時のみimage/pngにするように
This commit is contained in:
parent
6a53ccf814
commit
26f2ae093b
3 changed files with 4 additions and 2 deletions
|
|
@ -97,6 +97,6 @@ export async function convertToApng(path: string): Promise<IImage> {
|
|||
return {
|
||||
data,
|
||||
ext: 'apng',
|
||||
type: 'image/vnd.mozilla.apng'
|
||||
type: 'image/apng'
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue