Read-it-later social network

update og

+13 -2
+11
src/routes/+layout.svelte
··· 31 31 } 32 32 } 33 33 }); 34 + 34 35 </script> 36 + 37 + <svelte:head> 38 + <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🥔</text></svg>"> 39 + <meta property="og:type" content="website" /> 40 + <meta property="og:url" content={page.url.toString()} /> 41 + <meta property="og:title" content="potatonet" /> 42 + <meta property="og:description" content="Find your next read in the network" /> 43 + <meta property="og:image" content="/potatonet-og.png" /> 44 + <meta property="og:image:alt" content="An ASCII potato with planet ring surrounding it; potatonet; Find your next read in the network" /> 45 + </svelte:head> 35 46 36 47 <QueryClientProvider client={queryClient}> 37 48 <SvelteQueryDevtools />
+2 -2
src/routes/+page.svelte
··· 17 17 </script> 18 18 19 19 <section class="flex flex-col gap-4 my-8 items-center justify-center"> 20 - <h2 class="text-center text-amber-400 text-3xl font-bold font-neco">Find your next read on potatonet</h2> 20 + <h2 class="text-center text-amber-400 text-3xl font-bold font-neco">Find your next read in the network</h2> 21 21 <div class="flex flex-col lg:flex-row gap-4"> 22 22 {#if user} 23 23 <a href="/home" class="bg-amber-400 text-black hover:cursor-pointer hover:bg-amber-500 hover:text-white px-4 py-2">🏠 Home</a> ··· 40 40 🛰️ Explore 41 41 </a> 42 42 </div> 43 - <pre class="text-xs tracking-tight"> 43 + <pre class="text-xs tracking-wider"> 44 44 45 45 46 46
static/potatonet-og.png

This is a binary file and will not be displayed.