We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b2bf0 commit 425b1ecCopy full SHA for 425b1ec
website/theme/index.tsx
@@ -1,6 +1,6 @@
1
import {
2
+ getCustomMDXComponent as BaseGetCustomMDXComponent,
3
Layout as BaseLayout,
- getCustomMDXComponent as basicGetCustomMDXComponent,
4
} from '@rspress/core/theme';
5
6
Search as PluginAlgoliaSearch,
@@ -17,7 +17,7 @@ import {
17
} from '@rspress/plugin-llms/runtime';
18
19
export function getCustomMDXComponent() {
20
- const { h1: H1, ...mdxComponents } = basicGetCustomMDXComponent();
+ const { h1: H1, ...mdxComponents } = BaseGetCustomMDXComponent();
21
22
const MyH1 = ({ ...props }) => {
23
return (
0 commit comments