From 1275020053193f755d0f3236ce667eb078e03c51 Mon Sep 17 00:00:00 2001 From: Drew Lytle Date: Mon, 15 Jan 2024 12:26:44 -0500 Subject: [PATCH] And the types --- app/data/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/data/types.ts b/app/data/types.ts index 5570cad..98d8c42 100644 --- a/app/data/types.ts +++ b/app/data/types.ts @@ -26,4 +26,5 @@ export type Post = { author: Author; publishedAt: string; tags: Tag[]; + linkedinPost: string; };