Include a Vercel deployment badge in your README.md
file.
For the application http://therealsujitk.vercel.app
, the {VERCEL_APP_NAME}
is therealsujitk
.
<img src="https://therealsujitk-vercel-badge.vercel.app/?app={VERCEL_APP_NAME}" />
![Vercel](https://therealsujitk-vercel-badge.vercel.app/?app={VERCEL_APP_NAME})
?style=
- The style of the badge. Available styles:flat
(Default),flat-square
,plastic
&for-the-badge
.?root=
- Use this paramater if you'd like to check the deployment of a different path. Example: To check the deployment ofhttp://therealsujitk.vercel.app/projects/vercel-badge
, specify root asprojects/vercel-badge
.?logo=
- Use this paramater if you'd like to disable the vercel logo on the badge. Available values:true
(Default),false
.
To combine paramaters, use &
. Example:
http://therealsujitk-vercel-badge.vercel.app/?app=therealsujitk-vercel-badge&style=for-the-badge&logo=false
flat (Default) |
flat-square |
plastic |
for-the-badge |
---|---|---|---|