Used MDX for pages to include components

This commit is contained in:
2023-09-03 01:06:30 +02:00
parent ff63fa888b
commit 412ab0810d
7 changed files with 81 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ import type { TinaMarkdownContent, Components } from "tinacms/dist/rich-text";
import { PostType } from "../../pages/posts/[filename]";
import { tinaField } from "tinacms/dist/react";
const components: Components<{
export const components: Components<{
BlockQuote: {
children: TinaMarkdownContent;
authorName: string;