[READ-ONLY] Mirror of https://github.com/flo-bit/flo-bit.github.io. my personal website, w/ astro, svelte, tailwind, typescript, threlte flo-bit.dev/
portfolio portfolio-website svelte sveltekit tailwind threejs threlte typescript
0

Configure Feed

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

flo-bit.github.io / src / embeds / index.ts
129 B 5 lines
1 2import LinkCard from './link-card/LinkCard.astro'; 3import YouTube from './youtube/YouTube.astro'; 4 5export { LinkCard, YouTube };