~/categories/{categorySlug}
-
-
- {category}
-
-
- {posts.map((post) => (
- -
-
-
- {post.title}
-
- {post.date && (
-
- )}
-
-
- ))}
-
-
+
+ {posts.map((post) => (
+ -
+
+
+ {post.title}
+
+ {post.date && (
+
+ )}
+
+
+ ))}
+
)
}
diff --git a/app/(withRecent)/categories/page.tsx b/app/(withRecent)/categories/page.tsx
index 6a3eec0..cd9d8ba 100644
--- a/app/(withRecent)/categories/page.tsx
+++ b/app/(withRecent)/categories/page.tsx
@@ -30,7 +30,7 @@ export async function generateMetadata(): Promise