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 metadata base

+1
+1
app/layout.tsx
··· 7 7 export const metadata = { 8 8 title: "Minilink", 9 9 description: "tiny interconnected social documents", 10 + metadataBase: `https://${process.env.VERCEL_URL}`, 10 11 }; 11 12 12 13 export const preferredRegion = ["sfo1"];