Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

Merge pull request #139 from aojunhao123/fix/type

fix: add missing type

authored by

3ASH and committed by
GitHub
1f774f53 6681400a

+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