feat: add a friend link (blogroll) shortcode
This commit is contained in:
parent
6a2d5fd912
commit
de4de10703
6 changed files with 54 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
import { z } from 'astro:content';
|
||||
|
||||
export const posts = ({ image }:{image: ()=> z.ZodAny}) => z.object({
|
||||
export const posts = ({ image }) => z.object({
|
||||
title: z.string(),
|
||||
description: z.string(),
|
||||
pubDate: z.coerce.date(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue