Generate a deployment badge for your project's README.
It's recommended to use the badge generator to quickly generate a badge for your application. Here's how you can create a deployment badge for any URL.
To generate a deployment badge for your application https://www.nextjs.org, simply pass this URL as a parameter to this application.
<img src="https://deploy-badge.vercel.app/?url=http://www.nextjs.org/&name=website" alt="Website Deploy"></img>
![Website Deploy](https://deploy-badge.vercel.app/?url=http://www.nextjs.org/&name=website)
?style=
- The style of the badge. Available styles:flat
(Default),flat-square
,plastic
&for-the-badge
.?logo=
- Use this paramater if you'd like to change the vercel logo on the badge. To learn more visit the Shields.io documentation.?name=
- Use this parameter if you'd like to change the name of the badge.