mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 09:11:38 +00:00
Add next-mdx-remote
This commit is contained in:
9
components/mdx/components.ts
Normal file
9
components/mdx/components.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import RUASandpack from 'components/RUA/RUASandpack';
|
||||
import Anchor from 'components/mdx/Anchor';
|
||||
|
||||
const components = {
|
||||
RUASandpack,
|
||||
a: Anchor,
|
||||
};
|
||||
|
||||
export default components;
|
Reference in New Issue
Block a user