UNPKG

@astro-community/astro-embed-bluesky

Version:

Component to embed a fully-styled Bluesky post with no client-side JavaScript in your Astro site

3 lines (2 loc) 92 B
export { default as BlueskyPost } from './post.astro'; export type { Post } from './types';