diff --git a/apps/blog/src/App.tsx b/apps/blog/src/App.tsx index eca0556..c02b65e 100644 --- a/apps/blog/src/App.tsx +++ b/apps/blog/src/App.tsx @@ -14,7 +14,7 @@ function App() { return ( <>
-
+
diff --git a/apps/blog/src/components/PostCard.tsx b/apps/blog/src/components/PostCard.tsx index c8a7590..3afad7f 100644 --- a/apps/blog/src/components/PostCard.tsx +++ b/apps/blog/src/components/PostCard.tsx @@ -24,9 +24,9 @@ export default function PostCard({ postData, className }: Props) { const { content_id, wordCount, date, readTime, title, tags } = postData return ( - - - + + +

{title} {/* show "(series)" for urls that matches regex "/series/" */}