mirror of
https://github.com/olehomelchenko/chart-sins.git
synced 2026-08-08 02:22:43 +00:00
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:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user