feat: complete MDX migration for blog, fix diagram fidelity and refactor styling architecture
This commit is contained in:
5
apps/web/src/mdx.d.ts
vendored
Normal file
5
apps/web/src/mdx.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
declare module '*.mdx' {
|
||||
let MDXComponent: (props: any) => JSX.Element;
|
||||
export default MDXComponent;
|
||||
}
|
||||
Reference in New Issue
Block a user