refactor(ui): rename blog post and note components for consistency

This commit is contained in:
Prad Nukala
2026-06-30 12:03:16 -04:00
parent 7f6445c91a
commit 2760ea960e
8 changed files with 111 additions and 80 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import WebMentions from "@/components/blog/webmentions/index.astro";
import BaseLayout from "./Base.astro";
interface Props {
post: CollectionEntry<"post">;
post: CollectionEntry<"writing">;
}
const { post } = Astro.props;