diff --git a/public/assets/showcase/pfaj-bdeblase.mp4 b/public/assets/showcase/pfaj-bdeblase.mp4 new file mode 100644 index 0000000..9e8627d --- /dev/null +++ b/public/assets/showcase/pfaj-bdeblase.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621be266d2fb1cdf0d48f0db1af28ff18a321c873e29510a8cc090b160d7910d +size 6896053 diff --git a/src/components/marquee/Marquee.astro b/src/components/marquee/Marquee.astro index 1a6e2ba..6c629c9 100644 --- a/src/components/marquee/Marquee.astro +++ b/src/components/marquee/Marquee.astro @@ -3,18 +3,19 @@ import { Icon } from "astro-icon/components"; const videos = [ { - author: "outfoxxed", - authorlink: "https://outfoxxed.me", + author: 'outfoxxed', path: "/assets/showcase/outfoxxed.mp4", }, { - author: "flicko", - authorlink: "https://github.com/flick0", + author: 'pfaj and bdebiase', + path: "/assets/showcase/pfaj-bdeblase.mp4", + }, + { + author: 'flicko', path: "/assets/showcase/flicko.mp4", }, { - author: "vaxry", - authorlink: "https://vaxry.net", + author: 'vaxry', path: "/assets/showcase/vaxry.mp4", }, ]; @@ -31,7 +32,7 @@ const videos = [
- {videos.map(({ author, authorlink, path }, index) =>
+ {videos.map(({ author, path }, index) =>
-

Configuration by {author}

+

Configuration by

)}
@@ -52,7 +53,7 @@ const videos = [