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
Root causes fixed:
- Stats counter: removed JS animation that reset values to 0 then
animated up, causing major layout shift. Now renders static values.
- Hero placeholder: added min-height: 600px container around
client:only React component to reserve space before hydration.
- Logo images: added explicit width/height to navbar (73x40) and
footer (58x32) logos to prevent layout shift on load.
- Font swap: added font-size-adjust to body (0.5) and headings (0.45)
to minimize shift when custom fonts replace system fonts.
Co-authored-by: Ajit Pratap Singh <ajitpratapsingh@Ajits-Mac-mini-2655.local>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: website/src/pages/index.astro
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@ import SocialProof from '../components/SocialProof.astro';
9
9
---
10
10
<BaseLayouttitle="GoSQLX - High-Performance SQL Parser for Go"description="Production-ready, zero-copy SQL parsing SDK for Go with multi-dialect support">
0 commit comments