Skip to content

Commit 425b1ec

Browse files
committed
chore: update
1 parent 52b2bf0 commit 425b1ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/theme/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {
2+
getCustomMDXComponent as BaseGetCustomMDXComponent,
23
Layout as BaseLayout,
3-
getCustomMDXComponent as basicGetCustomMDXComponent,
44
} from '@rspress/core/theme';
55
import {
66
Search as PluginAlgoliaSearch,
@@ -17,7 +17,7 @@ import {
1717
} from '@rspress/plugin-llms/runtime';
1818

1919
export function getCustomMDXComponent() {
20-
const { h1: H1, ...mdxComponents } = basicGetCustomMDXComponent();
20+
const { h1: H1, ...mdxComponents } = BaseGetCustomMDXComponent();
2121

2222
const MyH1 = ({ ...props }) => {
2323
return (

0 commit comments

Comments
 (0)