--- import { Icon } from "astro-icon/components"; const videos = [ { author: 'soramane', source: "https://github.com/caelestia-dots/shell", path: "/assets/showcase/soramane.mp4", }, { author: 'outfoxxed', source: "https://git.outfoxxed.me/outfoxxed/nixnew/src/branch/master/modules/user/modules/quickshell", path: "/assets/showcase/outfoxxed.mp4", }, { author: 'pfaj and bdebiase', path: "/assets/showcase/pfaj-bdeblase.mp4", }, { author: 'flicko', source: "https://github.com/flickowoa/zephyr", path: "/assets/showcase/flicko.mp4", }, { author: 'vaxry', path: "/assets/showcase/vaxry.mp4", }, ]; ---
{videos.map(({ author, source, path }, index) =>

Configuration by {source && <>(source code)}

)}