diff --git a/README.md b/README.md index 99ab9f7..0d53ec9 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,10 @@ - next 14.x - tailwind 3.x + +setup + +.env +```bash +URL=http://localhost:3000 # change to your url +``` diff --git a/src/app/blog/components/PostBody.tsx b/src/app/blog/components/PostBody.tsx index 4f95db1..7fc3e4d 100644 --- a/src/app/blog/components/PostBody.tsx +++ b/src/app/blog/components/PostBody.tsx @@ -15,6 +15,7 @@ export const mdxComponents = { ), hr: (props: any) =>
, + li: (props: any) =>
  • , }; export function PostBody({ children }: { children: string }) {