Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

fix: add missing type

+2
+2
src/types/content.types.ts
··· 1 + import type { CollectionEntry } from "astro:content" 2 + 1 3 // Reading time interface 2 4 export interface ReadingTime { 3 5 text: string