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 FOUC by moving stylesheet loading to head section
The stylesheet_pack_tag was loading at the bottom of the body,
causing a flash of unstyled content (FOUC) as React components
rendered before CSS loaded. Moving it to the head ensures styles
are loaded before content renders.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments