Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ Make sure to deploy the output of `npm run build`

- `build/server`
- `build/client`

# Image resources

`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.
2 changes: 1 addition & 1 deletion app/components/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Footer = () => (
<img
className="Footer--logo-link-image"
alt="Workers logo"
src="https://workers.cloudflare.com/resources/logo/logo.svg"
src="https://workers.cloudflare.com/logo.svg"
/>
</a>
</div>
Expand Down
46 changes: 46 additions & 0 deletions public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logo.svg.README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`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.
Loading