chore(deps): Update to rspress 2.0.0

This commit is contained in:
Ginger 2026-01-29 10:35:19 -05:00
parent da8b60b4ce
commit c9a4c546e2
No known key found for this signature in database
3 changed files with 437 additions and 887 deletions

View file

@ -1,4 +1,4 @@
import { HomeLayout as BasicHomeLayout, DocContent } from "@rspress/core/theme";
import { HomeLayout as BasicHomeLayout, DocContent } from "@rspress/core/theme-original";
import { useFrontmatter } from '@rspress/core/runtime';
interface HomeLayoutProps {
@ -25,5 +25,5 @@ function HomeLayout(props: HomeLayoutProps) {
);
}
export { HomeLayout };
export * from "@rspress/core/theme";
export * from "@rspress/core/theme-original";
import "./index.css";