this repo has no description www.baileykane.co/
0
fork

Configure Feed

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

Add slug

BK610 b4cbabd6 23b02a8d

+1
+1
types/BlogPost.ts
··· 1 1 export default interface BlogPost { 2 2 title: string; 3 + slug: string; 3 4 content: string; 4 5 publishedDate: string; 5 6 updatedDate: string;