mdx layout components

This commit is contained in:
2026-06-19 14:48:38 +02:00
parent 0fe62fcce5
commit 81c60feed9
6 changed files with 80 additions and 28 deletions

View File

@@ -24,7 +24,7 @@ export default async function CvPage() {
components={mdxComponents}
options={{
mdxOptions: {
format: "md",
format: "mdx",
remarkPlugins: [remarkGfm],
rehypePlugins: [rehypeHighlight],
},