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(perf): change css link tag's initial rel attr to preload
Because:
- we don't want the CSS request to block rendering
This commit:
- change the link tag's initial rel to preload and switch to stylesheet
on page load
0 commit comments