mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-07 05:12:31 +02:00
chore(v2): update dependencies (#1985)
* chore(v2): update dependencies * use forked ideal image deps. omgg
This commit is contained in:
parent
1c8c8d04e8
commit
cf4037ef91
14 changed files with 105 additions and 83 deletions
|
@ -5,7 +5,7 @@
|
|||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
import React from 'react';
|
||||
import IdealImage from 'react-ideal-image';
|
||||
import IdealImage from '@endiliey/react-ideal-image';
|
||||
|
||||
function Image(props) {
|
||||
const {alt, className, img} = props;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue