January 15, 2025
github-actions
released this
15 Jan 17:21
·
20 commits
to main
since this release
@theguild/[email protected]
Minor Changes
-
#1977
e7d506f
Thanks @hasparus! - Add hiveMdxComponents for use in
Hive-rebranding themed websitesUsage
import { WebsiteSpecificComponent } from './components/WebsiteSpecificComponent' export { useHiveMDXComponents } from '@theguild/components/server' export const useMDXComponents = components => { return useHiveMDXComponents({ ...components, WebsiteSpecificComponent }) }