Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update starlight/src/content/docs/blog/rehype-github-badge-links.mdx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

authored by

Felix Schneider
coderabbitai[bot]
and committed by
GitHub
3aeec32d 1a0063b4

-4
-4
starlight/src/content/docs/blog/rehype-github-badge-links.mdx
··· 51 51 const avatarImg = h("img", { 52 52 src: `https://github.com/${username}.png`, 53 53 alt: username, 54 - width: 16, 55 - height: 16, 56 - style: 57 - "border-radius:9999px;vertical-align:middle;margin-right:0.4em;", 58 54 }); 59 55 60 56 // Prepend avatar image to original children