Attic is a cozy space with lofty ambitions. attic.social
11
fork

Configure Feed

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

og meta tags

+15
+15
src/routes/+layout.svelte
··· 12 12 let { data, children } = $props(); 13 13 </script> 14 14 15 + <svelte:head> 16 + <meta 17 + name="description" 18 + content="Attic is a cozy space with lofty ambitions" 19 + /> 20 + <meta property="og:title" content="attic.social" /> 21 + <meta property="og:url" content="https://attic.social" /> 22 + <meta 23 + property="og:description" 24 + content="Attic is a cozy space with lofty ambitions" 25 + /> 26 + <meta property="og:image" content="https://attic.social/images/ogimage.png" /> 27 + <meta property="og:site_name" content="attic.social" /> 28 + </svelte:head> 29 + 15 30 <header> 16 31 <nav> 17 32 <a href="/">attic.social</a>
static/images/ogimage.png

This is a binary file and will not be displayed.