a tool for shared writing and social publishing

cache microlink requests

+6
+3
src/utils/getMicroLinkOgImage.ts
··· 14 14 headers: { 15 15 "x-api-key": process.env.MICROLINK_API_KEY!, 16 16 }, 17 + next: { 18 + revalidate: 600, 19 + }, 17 20 }, 18 21 ); 19 22 const clonedResponse = response.clone();