feat: copy code button
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import Image from 'next/image'
|
||||
import CustomLink from './Link'
|
||||
import Pre from './Pre'
|
||||
|
||||
const MDXComponents = {
|
||||
Image,
|
||||
a: CustomLink,
|
||||
pre: Pre,
|
||||
}
|
||||
|
||||
export default MDXComponents
|
||||
|
||||
Reference in New Issue
Block a user