chore: update to next 11 and tailwind 2.2
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,4 +1,4 @@
|
||||
import Image from 'next/image'
|
||||
import Image from './Image'
|
||||
import CustomLink from './Link'
|
||||
|
||||
const MDXComponents = {
|
||||
|
Reference in New Issue
Block a user