mirror of
https://github.com/fergalmoran/supanextail.git
synced 2025-12-22 09:17:54 +00:00
Clean Blog system
- Improved the blog posts - Add a test to visit the blog index - Add Tailwind Typography for the markdown blog posts
This commit is contained in:
@@ -6,7 +6,7 @@ import Layout from 'components/Layout';
|
||||
import MoreStories from 'components/blog/more-stories';
|
||||
import Post from '../types/post';
|
||||
import SectionSeparator from 'components/blog/section-separator';
|
||||
import { getAllPosts } from '../lib/api';
|
||||
import { getAllPosts } from '../lib/blogApi';
|
||||
|
||||
type Properties = {
|
||||
allPosts: Post[];
|
||||
|
||||
Reference in New Issue
Block a user