Generalize pokes; drop citations from OG card

- Rewrite pokes to name the sin itself, not our sample's exact numbers
  (a visitor didn't "start at 90" — they mis-set the baseline)
- Remove the "cited:" line from the OG card; citations stay on the page

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XPEvmMbac2fCvKXpQcovj8
This commit is contained in:
Claude
2026-08-05 14:10:55 +00:00
parent dc0ce07dce
commit 4c63e57ac6
5 changed files with 4 additions and 18 deletions
-1
View File
@@ -16,7 +16,6 @@ export const GET: APIRoute = async ({ props }) => {
severity: sin.data.severity,
badSpec: getChartSpec(sin.data.badChart),
fixedSpec: getChartSpec(sin.data.fixedChart),
citationKeys: sin.data.citations.map((c) => c.key),
});
return new Response(new Uint8Array(png), {
headers: { 'Content-Type': 'image/png', 'Cache-Control': 'public, max-age=31536000, immutable' },