Skip to content

therealsujitk/deploy-badge

Repository files navigation

Deploy Badge

Vercel Badge License

Generate a deployment badge for your project's README.

Usage

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.

HTML

<img src="https://deploy-badge.vercel.app/?url=http://www.nextjs.org/&name=website" alt="Website Deploy"></img>

Markdown

![Website Deploy](https://deploy-badge.vercel.app/?url=http://www.nextjs.org/&name=website)

Other Parameters

  • ?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.

Links