Skip to content

Commit

Permalink
Merge pull request #2988 from remotion-dev/add-showcase-video
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger authored Oct 9, 2023
2 parents 624d3b8 + 49a2945 commit 882a3e1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions packages/docs/src/data/showcase-videos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1424,6 +1424,29 @@ export const showcaseVideos: ShowcaseVideo[] = [
name: "BarGPT.app",
},
},
{
title: "Next.js Filesystem Routing",
type: "mux_video",
muxId: "dWxzp02gvlUM42a6GSQ02g006qiW2T43QGeuszqimY0200AE",
description: "Delba Oliveira visually explains Next.js and React concepts.",
height: 1080,
width: 1920,
submittedOn: new Date("10-09-2023"),
links: [
{
type: "video",
url: "https://twitter.com/delba_oliveira/status/1707439537054535867",
},
{
type: "website",
url: "https://www.youtube.com/@Delba",
},
],
author: {
url: "https://delba.dev/",
name: "Delba Oliveira",
},
},
];

const dateString = (date: Date) =>
Expand Down

2 comments on commit 882a3e1

@vercel
Copy link

@vercel vercel bot commented on 882a3e1 Oct 9, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 882a3e1 Oct 9, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

bugs – ./packages/bugs

bugs-remotion.vercel.app
bugs-git-main-remotion.vercel.app
bugs.remotion.dev
bugs-five.vercel.app

Please sign in to comment.