Skip to content

Commit

Permalink
fixes youtube embed in error doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-dot-js committed Dec 12, 2023
1 parent 0835739 commit f92ce98
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/errors/details/_err_ngrok_8012.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
### Troubleshooting

```tsx
import ReactPlayer from "react-player/lazy";

### Troubleshooting

<div className="player-wrapper">
<ReactPlayer
className="react-player"
url="https://www.youtube.com/watch?v=OPPBz5QeMp4"
width="100%"
height="100%"
/>
</div>;
```
</div>

1 comment on commit f92ce98

@vercel
Copy link

@vercel vercel bot commented on f92ce98 Dec 12, 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:

ngrok-docs – ./

ngrok-docs-ngrok-dev.vercel.app
ngrok-docs-git-main-ngrok-dev.vercel.app
ngrok-docs.vercel.app

Please sign in to comment.