docs(v2): GIF format is not suported (#5133)

https://github.com/facebook/docusaurus/issues/2956

Please check the issue above.
GIF format is currently is not supported
This commit is contained in:
Nazar 2021-07-12 19:40:42 +02:00 committed by GitHub
parent 3e5a832590
commit f14d8d2fdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ module.exports = {
## Usage {#usage}
This plugin supports the PNG, GIF and JPG formats only.
This plugin supports the PNG and JPG formats only.
```jsx
import Image from '@theme/IdealImage';