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 revalidate to icon generation

+1 -1
+1 -1
app/[doc_id]/icon.tsx
··· 6 6 import { parseHSBToRGB } from "src/utils/parseHSB"; 7 7 8 8 // Route segment config 9 - export const runtime = "edge"; 9 + export const revalidate = 0; 10 10 export const preferredRegion = ["sfo1"]; 11 11 export const dynamic = "force-dynamic"; 12 12 export const fetchCache = "force-no-store";