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 tagline data element

BK610 a14fb420 f3a9617a

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