Skip to content

Commit

Permalink
update README for vercel.app, stream.new (#17539)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjha committed Oct 2, 2020
1 parent fa244ef commit 2a047a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion examples/with-mux-video/README.md
Expand Up @@ -4,7 +4,9 @@ This example uses Mux Video, an API-first platform for video. The example featur

## Demo

### [https://with-mux-video.now.sh/](https://with-mux-video.now.sh/)
### [https://with-mux-video.vercel.app/](https://with-mux-video.vercel.app/)

### This project was used to create [stream.new](https://stream.new/)

## Deploy your own

Expand Down
4 changes: 2 additions & 2 deletions examples/with-mux-video/components/layout.js
Expand Up @@ -4,9 +4,9 @@ import { MUX_HOME_PAGE_URL } from '../constants'
export default function Layout({
title,
description,
metaTitle,
metaTitle = 'Mux + Next.js',
metaDescription,
image,
image = 'https://with-mux-video.vercel.app/mux-nextjs-og-image.png',
children,
loadTwitterWidget,
}) {
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a047a8

Please sign in to comment.