mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: add privacy policy, remove Umami analytics, add mdx
This commit is contained in:
parent
a78baad41b
commit
26ef11ca4f
11 changed files with 433 additions and 26 deletions
7
apps/web/mdx-components.tsx
Normal file
7
apps/web/mdx-components.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import type { MDXComponents } from 'mdx/types'
|
||||
|
||||
export function useMDXComponents(components: MDXComponents): MDXComponents {
|
||||
return {
|
||||
...components,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue