Files
pse.dev/mdx-components.tsx
Kalidou Diagne 1c42c7f31d feat: optimizations and clean up (#431)
* Add image optimization and image fallback
* Add fonts optimization
* Replace images with code with actual code blocks
* Fix mpz project banner not loading #432
* Fix Replace text loading with skeletons #428
* Remove unused files
2025-06-05 11:21:58 +09:00

6 lines
147 B
TypeScript

//This file is used to add custom components to the MDX renderer
export function useMDXComponents(components: any) {
return { ...components }
}