leaflet.pub astro loader
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

at a11cb2a0867f0cd7bce3a3fc145979f3a7e23946 11 lines 240 B view raw
1import { z } from "astro/zod"; 2 3export const LeafletDocumentSchema = z.object({ 4 rkey: z.string(), 5 cid: z.string(), 6 title: z.string(), 7 description: z.string(), 8 author: z.string(), 9 publication: z.string(), 10 publishedAt: z.string(), 11});