diff --git a/apps/web/components/layout/blog-layout.component.tsx b/apps/web/components/layout/blog-layout.component.tsx index 1588194..167dd35 100644 --- a/apps/web/components/layout/blog-layout.component.tsx +++ b/apps/web/components/layout/blog-layout.component.tsx @@ -4,6 +4,9 @@ import Head from "next/head"; import Image from "next/image"; import Link from "next/link"; import ReactMarkdown from "react-markdown"; +import rehypeRaw from "rehype-raw"; +import rehypeSanitize from "rehype-sanitize"; +import remarkGfm from "remark-gfm"; import { ROUTES } from "../../data/routes.data"; import { BlogPost } from "../../pages/blog"; import { getImageUrl } from "../../utils/cms"; @@ -196,7 +199,16 @@ export default function BlogLayout({ ) : null}