custom element for embedding Bluesky posts and feeds mary-ext.github.io/bluesky-embed
typescript npm bluesky atcute
7
fork

Configure Feed

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

docs: fix index.html

Mary d443cf9f 39c1b7ce

+2 -3
+2 -3
packages/svelte-site/index.html
··· 2 2 <html lang="en"> 3 3 <head> 4 4 <meta charset="UTF-8" /> 5 - <link rel="icon" type="image/svg+xml" href="/vite.svg" /> 6 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 - <title>Vite + Svelte + TS</title> 6 + <title>Bluesky embed</title> 8 7 </head> 9 8 <body> 10 9 <div id="app"></div> 11 - <script type="module" src="/src/main.ts"></script> 10 + <script type="module" src="./src/main.ts"></script> 12 11 </body> 13 12 </html>