diff --git a/theme/index.tsx b/theme/index.tsx new file mode 100644 index 0000000..b431d58 --- /dev/null +++ b/theme/index.tsx @@ -0,0 +1,14 @@ +import Theme from 'rspress/theme'; + +const Layout = () => ( + } + /> +); + +export default { + ...Theme, + Layout, +}; + +export * from 'rspress/theme';