Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Blast Workout official trailer #1371

Merged
merged 2 commits into from
Oct 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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