-
- {
- allPosts.map((post: any) => (
-
- ))
- }
-
-
diff --git a/src/pages/blog/[...page].astro b/src/pages/blog/[...page].astro
new file mode 100644
index 0000000..c5b361c
--- /dev/null
+++ b/src/pages/blog/[...page].astro
@@ -0,0 +1,126 @@
+---
+import { getCollection } from "astro:content";
+import BaseLayout from "../../layouts/BaseLayout.astro";
+import BlogPost from "../../components/BlogPost.astro";
+
+type Page