Read-it-later social network

move meta to html

+7 -11
+7 -1
src/app.html
··· 2 2 <html lang="en"> 3 3 <head> 4 4 <meta charset="utf-8" /> 5 - <link rel="icon" href="%sveltekit.assets%/favicon.png" /> 6 5 <meta name="viewport" content="width=device-width, initial-scale=1" /> 6 + <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>"> 7 + <meta property="og:type" content="website" /> 8 + <meta property="og:url" content="https://potatonet.app" /> 9 + <meta property="og:title" content="potatonet" /> 10 + <meta property="og:description" content="Find your next read in the network" /> 11 + <meta property="og:image" content="https://potatonet.app/potatonet-og.png" /> 12 + <meta property="og:image:alt" content="An ASCII potato with planet ring surrounding it; potatonet; Find your next read in the network" /> 7 13 %sveltekit.head% 8 14 </head> 9 15 <body data-sveltekit-preload-data="hover">
-10
src/routes/+layout.svelte
··· 34 34 35 35 </script> 36 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="https://potatonet.app/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> 46 - 47 37 <QueryClientProvider client={queryClient}> 48 38 <SvelteQueryDevtools /> 49 39 <div class="flex flex-col gap-8 w-screen h-full min-h-screen font-azeret bg-[#283618] text-white">