chore: sync with master v0.4.0
This commit is contained in:
6
components/Image.js
Normal file
6
components/Image.js
Normal file
@ -0,0 +1,6 @@
|
||||
import NextImage from 'next/image'
|
||||
|
||||
// eslint-disable-next-line jsx-a11y/alt-text
|
||||
const Image = ({ ...rest }) => <NextImage {...rest} />
|
||||
|
||||
export default Image
|
@ -1,5 +1,5 @@
|
||||
import { MDXRemote } from 'next-mdx-remote'
|
||||
import Image from 'next/image'
|
||||
import Image from './Image'
|
||||
import CustomLink from './Link'
|
||||
import Pre from './Pre'
|
||||
|
||||
|
Reference in New Issue
Block a user