eny.space Landingpage
1
fork

Configure Feed

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

feat(ui): add favicons and brand icons

+21
+9
app/layout.tsx
··· 29 29 default: "eny.space", 30 30 template: "%s | eny.space", 31 31 }, 32 + icons: { 33 + icon: [ 34 + { url: "/favicon.svg", type: "image/svg+xml" }, 35 + { url: "/favicon-96x96.png", sizes: "96x96", type: "image/png" }, 36 + { url: "/favicon.ico", sizes: "16x16 32x32 48x48", type: "image/x-icon" }, 37 + ], 38 + apple: [{ url: "/apple-touch-icon.png", sizes: "180x180", type: "image/png" }], 39 + shortcut: "/favicon.ico", 40 + }, 32 41 twitter: { 33 42 card: "summary_large_image", 34 43 description: "eny.space – your data, your space, use it enywhere.",
public/apple-touch-icon.png

This is a binary file and will not be displayed.

public/favicon-96x96.png

This is a binary file and will not be displayed.

public/favicon.ico

This is a binary file and will not be displayed.

+12
public/favicon.svg
··· 1 + <svg 2 + width="150" 3 + height="150" 4 + viewBox="0 0 150 150" 5 + fill="none" 6 + xmlns="http://www.w3.org/2000/svg" 7 + > 8 + <path 9 + d="M143.619 35.5547C139.137 27.8262 127.307 26.0859 109.342 30.4805C101.025 24.0495 91.0706 20.08 80.6105 19.0229C70.1504 17.9658 59.6035 19.8635 50.1679 24.5004C40.7323 29.1373 32.7863 36.3276 27.2325 45.2544C21.6788 54.1812 18.74 64.4866 18.7499 75C18.7506 77.4115 18.9033 79.8206 19.2069 82.2129C2.9823 99.0234 3.21668 108.984 6.3866 114.445C9.37488 119.625 15.6093 121.875 23.8124 121.875C29.5078 121.757 35.1697 120.971 40.6815 119.531C48.9996 125.956 58.9523 129.92 69.4098 130.973C79.8672 132.026 90.4104 130.126 99.8423 125.488C109.274 120.851 117.217 113.661 122.769 104.737C128.32 95.8126 131.259 85.5103 131.25 75C131.251 72.6003 131.1 70.2029 130.799 67.8223C138.123 60.2051 142.998 52.9688 144.656 46.7754C145.799 42.4863 145.453 38.7129 143.619 35.5547ZM74.9999 28.125C85.6167 28.1359 95.9163 31.7457 104.217 38.365C112.518 44.9844 118.329 54.2222 120.703 64.5703C110.707 73.9805 97.1776 83.6309 84.3339 91.0137C68.1913 100.277 54.1874 106.055 43.0194 109.219C36.1409 102.803 31.3532 94.4659 29.2795 85.2915C27.2059 76.1171 27.9423 66.5309 31.393 57.7809C34.8437 49.0309 40.8488 41.5224 48.6264 36.233C56.4041 30.9437 65.5941 28.1184 74.9999 28.125ZM14.496 109.74C13.6405 108.27 14.1151 105.498 15.7968 102.123C17.4597 98.9609 19.4829 96.0018 21.8261 93.3047C24.1487 100.034 27.7277 106.262 32.3729 111.656C22.2655 113.355 15.9608 112.271 14.496 109.74ZM74.9999 121.875C67.0963 121.883 59.3209 119.879 52.4061 116.051C65.0981 111.562 77.3443 105.901 88.9862 99.1406C101.631 91.8809 112.822 84.0117 121.84 76.2422C121.506 88.4482 116.426 100.043 107.68 108.564C98.934 117.085 87.2104 121.86 74.9999 121.875ZM135.598 44.3496C134.601 48.0469 131.971 52.2774 128.197 56.7305C125.881 49.9929 122.301 43.7587 117.65 38.3613C125.976 36.9844 133.687 37.0899 135.521 40.2598C136.049 41.1797 136.078 42.5567 135.598 44.3496Z" 10 + fill="black" 11 + /> 12 + </svg>