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
perf: optimize portal cards to use build-time URL resolution
- Pre-compute all standard site URLs at build time instead of client-side
- Remove client-side useDocsEnv() hook usage in favor of server-side getCurrentEnv()
- URLs now hardcoded in built HTML for better performance and static optimization
- Eliminates potential hydration mismatch between server and client rendering
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments