Read-it-later social network

update og image link

+1 -1
+1 -1
src/routes/+layout.svelte
··· 40 40 <meta property="og:url" content={page.url.toString()} /> 41 41 <meta property="og:title" content="potatonet" /> 42 42 <meta property="og:description" content="Find your next read in the network" /> 43 - <meta property="og:image" content="/potatonet-og.png" /> 43 + <meta property="og:image" content="https://potatonet.app/potatonet-og.png" /> 44 44 <meta property="og:image:alt" content="An ASCII potato with planet ring surrounding it; potatonet; Find your next read in the network" /> 45 45 </svelte:head> 46 46