a tool for shared writing and social publishing
0
fork

Configure Feed

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

add timeout to microlink url stuff

+1 -1
+1 -1
actions/addPageLink.ts
··· 44 44 }, 45 45 }), 46 46 fetch( 47 - `https://pro.microlink.io/?url=${url}&screenshot&viewport.width=1400&viewport.height=1213&embed=screenshot.url`, 47 + `https://pro.microlink.io/?url=${url}&screenshot&viewport.width=1400&viewport.height=1213&embed=screenshot.url&timeout=5s`, 48 48 { 49 49 headers: { 50 50 "x-api-key": process.env.MICROLINK_API_KEY!,