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: github pages, set base appropriately

Mary ab63a74f a9201830

+1
+1
packages/site/vite.config.ts
··· 3 3 4 4 // https://vite.dev/config/ 5 5 export default defineConfig({ 6 + base: './', 6 7 build: { 7 8 target: 'esnext', 8 9 },