feat: add privacy policy, remove Umami analytics, add mdx

This commit is contained in:
rzmk 2025-07-08 00:53:40 -04:00
parent a78baad41b
commit 26ef11ca4f
11 changed files with 433 additions and 26 deletions

View file

@ -0,0 +1,7 @@
import type { MDXComponents } from 'mdx/types'
export function useMDXComponents(components: MDXComponents): MDXComponents {
return {
...components,
}
}