Commit b571973
committed
Inline all stylesheets to remove render-blocking CSS request
Switches Astro's inlineStylesheets from 'auto' to 'always' so the
shared CSS bundle (~16 KiB) is embedded directly in each page's HTML
instead of loaded as a separate render-blocking <link>. Cuts the
Lighthouse "render-blocking requests" warning down to fonts only and
removes a critical-path network roundtrip on mobile.1 parent 2b1409a commit b571973
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments