Commit fa9361a
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 <noreply@anthropic.com>1 parent ec52aa1 commit fa9361a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments