[READ-ONLY] Mirror of https://github.com/danielroe/roe.dev. This is the code and content for my personal website, built in Nuxt. roe.dev
0

Configure Feed

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

chore: add vercel to list

+5
+5
server/utils/sponsors.ts
··· 27 27 28 28 // NuxtLabs 29 29 entry.value.unshift({ 30 + name: 'Vercel', 31 + id: 'MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw', 32 + avatarUrl: 'https://avatars.githubusercontent.com/u/14985020?v=4', 33 + }, 34 + { 30 35 name: 'NuxtLabs', 31 36 id: 'MDEyOk9yZ2FuaXphdGlvbjYyMDE3NDAw', 32 37 avatarUrl: 'https://avatars.githubusercontent.com/u/62017400?v=4',