feat: expand content types in Card, EditPost, Pagination, and PostDetails components
This commit is contained in:
@@ -6,7 +6,7 @@ import IconArrowRight from "@/assets/icons/IconArrowRight.svg";
|
||||
import LinkButton from "./LinkButton.astro";
|
||||
|
||||
type Props = {
|
||||
page: Page<CollectionEntry<"blog">>;
|
||||
page: Page<CollectionEntry<"blog" | "events" | "workshops" | "news" | "technical">>;
|
||||
};
|
||||
|
||||
const { page } = Astro.props;
|
||||
|
||||
Reference in New Issue
Block a user