This repository has no description
0

Configure Feed

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

Fix: include publishedDate in SSR data for card rendering

The SSR mapping was missing publishedDate so cards never got it.

👾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta Code <noreply@letta.com>

author
Nandi
co-author
Letta Code
date (May 17, 2026, 10:45 PM -0700) commit 6c9e5f5e parent 8e3218c1
+1
+1
src/worker.ts
··· 64 64 paperUrl: value?.paperUrl || "", 65 65 venue: value?.venue || "", 66 66 year: value?.year || null, 67 + publishedDate: value?.publishedDate || null, 67 68 authors: value?.authors || [], 68 69 summary: value?.summary || "", 69 70 domains: value?.domains || [],