mirror of
https://github.com/prdlk/website.git
synced 2026-08-03 01:41:53 +00:00
refactor(ui): rename blog post and note components for consistency
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user