Upload starter template
This commit is contained in:
9
components/MDXComponents.js
Normal file
9
components/MDXComponents.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import Image from 'next/image'
|
||||
import CustomLink from './Link'
|
||||
|
||||
const MDXComponents = {
|
||||
Image,
|
||||
a: CustomLink,
|
||||
}
|
||||
|
||||
export default MDXComponents
|
||||
Reference in New Issue
Block a user