Skip to content

Commit

Permalink
Merge pull request #1371 from alwex/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Oct 5, 2022
2 parents 06198b9 + ca4f1d2 commit 7a8ac33
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/docs/src/data/showcase-videos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,25 @@ export const showcaseVideos: ShowcaseVideo[] = [
"name": "Yuwan Kumar"
}
},
{
title: "Blast Workout video trailer",
type: "mux_video",
muxId: "txrjnbtkqe1P701kHusZ4EeIY883aHVvVGF8xsAKKX24",
description: "Blast Workout video trailer as it is displayed on the play store",
height: 1080,
width: 1920,
submittedOn: new Date("09-30-2022"),
links: [
{
type: "website",
url: "https://blastworkout.app",
},
],
author: {
"url": "https://blastworkout.app",
"name": "Mad Mustache Company"
}
},

];

Expand Down

1 comment on commit 7a8ac33

@vercel
Copy link

@vercel vercel bot commented on 7a8ac33 Oct 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.