a tool for shared writing and social publishing
0
fork

Configure Feed

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

just take first option for a record from vercel

+1 -1
+1 -1
app/lish/createPub/UpdatePubForm.tsx
··· 456 456 <div style={{ wordBreak: "break-word" }}> 457 457 { 458 458 config?.recommendedIPv4.sort((a, b) => a.rank - b.rank)[0] 459 - .value 459 + .value[0] 460 460 } 461 461 </div> 462 462 </td>