Add next-mdx-remote

This commit is contained in:
DefectingCat
2022-08-18 15:19:25 +08:00
parent 1b2af6dc43
commit 562ba00912
49 changed files with 193 additions and 55 deletions

View 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;