A fullstack app for indexing standard.site documents

chore: updated meta

+27 -2
+3 -1
README.md
··· 1 - # Document Feeds 2 3 A monorepo for indexing and displaying [Standard.site](https://standard.site) documents from the AT Protocol, powered by Cloudflare Workers, D1, and Queues. 4
··· 1 + # Docs.surf 2 + 3 + ![cover](./packages/client/public/og.png) 4 5 A monorepo for indexing and displaying [Standard.site](https://standard.site) documents from the AT Protocol, powered by Cloudflare Workers, D1, and Queues. 6
+23 -1
packages/client/index.html
··· 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 - <title>docs.surf</title> 7 </head> 8 <body> 9 <div id="root"></div>
··· 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> 6 + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> 7 + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> 8 + <link rel="manifest" href="/site.webmanifest"> 9 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 10 + <!-- HTML Meta Tags --> 11 + <title>Docs.surf</title> 12 + <meta name="description" content="Aggregator for publications and documents on the open web"> 13 + 14 + <!-- Facebook Meta Tags --> 15 + <meta property="og:url" content="https://docs.surf"> 16 + <meta property="og:type" content="website"> 17 + <meta property="og:title" content="Docs.surf"> 18 + <meta property="og:description" content="Aggregator for publications and documents on the open web"> 19 + <meta property="og:image" content="/og.png"> 20 + 21 + <!-- Twitter Meta Tags --> 22 + <meta name="twitter:card" content="summary_large_image"> 23 + <meta property="twitter:domain" content="docs.surf"> 24 + <meta property="twitter:url" content="https://docs.surf"> 25 + <meta name="twitter:title" content="Docs.surf"> 26 + <meta name="twitter:description" content="Aggregator for publications and documents on the open web"> 27 + <meta name="twitter:image" content="/og.png"> 28 + 29 </head> 30 <body> 31 <div id="root"></div>
packages/client/public/android-chrome-192x192.png

This is a binary file and will not be displayed.

packages/client/public/android-chrome-512x512.png

This is a binary file and will not be displayed.

packages/client/public/apple-touch-icon.png

This is a binary file and will not be displayed.

packages/client/public/favicon-16x16.png

This is a binary file and will not be displayed.

packages/client/public/favicon-32x32.png

This is a binary file and will not be displayed.

packages/client/public/favicon.ico

This is a binary file and will not be displayed.

packages/client/public/icon.png

This is a binary file and will not be displayed.

packages/client/public/og.png

This is a binary file and will not be displayed.

+1
packages/client/public/site.webmanifest
···
··· 1 + {"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}