List of All Blog Posts
Page with a list of all blog posts in the blog
Two new utility methods for formatting dates and sorting the posts are added in src/lib/utils.ts
:
Each individual blog post is displayed in the component src/components/components/post-item.tsx
:
The page containing the list of blogs uses the component created earlier. src/app/blog/page.tsx
:
Last Updated: