diff --git a/src/components/PostBody/index.tsx b/src/components/PostBody/index.tsx index 1726b8b..f1a1920 100644 --- a/src/components/PostBody/index.tsx +++ b/src/components/PostBody/index.tsx @@ -43,7 +43,7 @@ export const PostBody: React.FC = () => { return (
{post && ( - + {post.body || DEFAULT_BODY} )} diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index 7997bc7..6cabd1c 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -14,6 +14,12 @@ export default function Document() { href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Titillium+Web:wght@400;600;700&display=swap" rel="stylesheet" /> + + +