markdown renderlamak için marked kütüphanesi eklendi.

This commit is contained in:
Yusuf İpek
2021-08-21 18:08:54 +03:00
parent 4421e20856
commit f189247a5a
-1
View File
@@ -1,6 +1,5 @@
import Head from "next/head";
import { createClient } from "contentful";
import ReactMarkdown from "react-markdown";
import marked from "marked";
export default function PostDetails({ posts }) {