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
Copy file name to clipboardExpand all lines: _TODO.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,6 +221,11 @@ The contact data collection uses an array of social networks, with keys:
221
221
222
222
The authors collection is using named entries under a "social" property, like "twitter", "github", etc. This task is to refactor that to use an array like contact data collection. We also need to add a color for the social network icon, or some other approach to setting the color of it while enabling theming.
223
223
224
+
## Require successful deployment to merge on GitHub
225
+
226
+
In branch protection / ruleset for main, add this required status check:
227
+
Deployment / Deploy Preview to Vercel
228
+
224
229
## Display a system font until font files load (Lighthouse improvements)
225
230
226
231
Display a system font until font files load to improve FCP (First Contentful Paint) with `font-display: swap`. Need to make sure that web font doesn't render larger or smaller than the system font fallback to avoid CLS (Cumulative Layout Shift) issues.
0 commit comments