--- import { Icon } from "astro-icon/components"; const videos = [ { author: "outfoxxed", authorlink: "https://outfoxxed.me", path: "/assets/showcase/outfoxxed.mp4", }, { author: "flicko", authorlink: "https://github.com/flick0", path: "/assets/showcase/flicko.mp4", }, { author: "vaxry", authorlink: "https://vaxry.net", path: "/assets/showcase/vaxry.mp4", }, ]; ---
{videos.map(({ author, authorlink, path }, index) =>

Configuration by {author}

)}