tangled
alpha
login
or
join now
zeu.dev
/
potatonet-app
12
fork
atom
Read-it-later social network
12
fork
atom
overview
issues
pulls
pipelines
update og image link
zeu.dev
1 month ago
a7bba854
6a5aa0c3
+1
-1
1 changed file
expand all
collapse all
unified
split
src
routes
+layout.svelte
+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
43
-
<meta property="og:image" content="/potatonet-og.png" />
43
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