Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit 959de43

Browse files
Add "Built with Cloudflare" button
1 parent 70fbec0 commit 959de43

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ Make sure to deploy the output of `npm run build`
3737

3838
# Image resources
3939

40-
`logo.svg` is being used by [Workers Builds](https://developers.cloudflare.com/workers/ci-cd/builds/) for displaying the Workers logo in pull request comments. Please ensure that this file remains accessible at /logo.svg.
40+
- `built-with-cloudflare.svg` is available for developers to show their Cloudflare usage on their websites. Please ensure that it remains available at `/built-with-cloudflare.svg` and that the `built-with-cloudflare.svg` file is not removed from the repository.
41+
- `logo.svg` is being used by [Workers Builds](https://developers.cloudflare.com/workers/ci-cd/builds/) for displaying the Workers logo in pull request comments. Please ensure that this file remains accessible at /logo.svg.

public/built-with-cloudflare.svg

Lines changed: 21 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`built-with-cloudflare.svg` is available for developers to show their Cloudflare usage on their websites. Please ensure that it remains available at `/built-with-cloudflare.svg` and that the `built-with-cloudflare.svg` file is not removed from the repository.

0 commit comments

Comments
 (0)