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(docs): match OG template exactly, fix gradient/origin bugs
- recalibrate the OG image to the reference cover template's actual
measured values: 1200x675 canvas (was 630), ~26px margins (was
56-64px), ink #525252 (was #3f3f3f), larger wordmark/arrow/title
sizing — confirmed by direct pixel measurement of the reference
cover.jpg, not estimation
- fix SimLogoIcon/SimLogoFull's SVG gradient ids to be unique via
useId() instead of a fixed string, so multiple instances on one
page don't collide (Greptile P2)
- fix SIM_SITE_URL to be a hardcoded sim.ai constant instead of
deriving from NEXT_PUBLIC_APP_URL, which reflects wherever this
deployment runs, not the fixed public marketing site (Greptile P1)
0 commit comments