a tool for shared writing and social publishing
0
fork

Configure Feed

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

set metadata base to deployed url

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