mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-09 14:18:02 -05:00
* 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
6 lines
147 B
TypeScript
6 lines
147 B
TypeScript
//This file is used to add custom components to the MDX renderer
|
|
|
|
export function useMDXComponents(components: any) {
|
|
return { ...components }
|
|
}
|