this repo has no description
5
fork

Configure Feed

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

fix: don't export bskyimage

TurtlePaw a7626d2f 90325377

+1 -1
+1 -1
src/app/[did]/[uri]/page.tsx
··· 234 234 height?: number; 235 235 } & Omit<ImageProps, "src" | "alt">; 236 236 237 - export function BskyImage({ embed, imageIndex = 0, ...props }: BskyImageProps) { 237 + function BskyImage({ embed, imageIndex = 0, ...props }: BskyImageProps) { 238 238 if (!AppBskyEmbedImages.isView(embed)) return null; 239 239 240 240 const image = embed.images?.[imageIndex];