diff --git a/src/components/Community.astro b/src/components/Community.astro new file mode 100644 index 0000000..1bcdd28 --- /dev/null +++ b/src/components/Community.astro @@ -0,0 +1,48 @@ +--- +import { Image } from "astro:assets"; +import { community_videos } from "../data/community-videos.ts"; +--- + +
+ { + community_videos.map((item) => ( +
+ {/* {item.comment} */} + {/* {item.creator} */} +