Add cheatsheet tip to downloads section and fix Vercel 404

- Add download tip with cheatsheet link in downloads section
- Fix cheatsheet 404 on Vercel by adding rewrite rule
- Include cheatsheet.html in Bun build entrypoints

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2026-01-11 15:31:29 -08:00
co-authored by Claude Opus 4.5
parent 98e673b8f4
commit a1a24daf3f
4 changed files with 25 additions and 3 deletions
+15
View File
@@ -2322,6 +2322,21 @@ code {
border-radius: 4px;
}
.download-tip {
font-size: 0.8125rem;
color: var(--color-ash);
margin-top: var(--spacing-sm);
}
.download-tip a {
color: var(--color-accent);
text-decoration: none;
}
.download-tip a:hover {
text-decoration: underline;
}
/* ============================================
SUPPORT SECTION
============================================ */