You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve all lint errors and type issues across codebase
Remove unused imports, variables, and destructured props. Replace
`catch (e: any)` with `catch (e: unknown)` and proper type narrowing.
Add eslint-disable comments for intentional patterns (satori img
elements, hydration guards, mount-only useEffects). Type the OG image
fonts array with exact literal types to satisfy @vercel/og FontOptions.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments