Delete 3 unused images in public/ - #1988
Open
marcleblanc2 wants to merge 2 commits into
Open
marcleblanc2 wants to merge 2 commits into
marcleblanc2 wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Contributor
This comment has been minimized.
This comment has been minimized.
Merged
sourcegraph-mark.png and the two logo SVGs are unreferenced in src/ and docs/ and saw no meaningful traffic in Cloudflare over the last 31 days. sourcegraph-og-nw.png stays: the site switched og:image to /api/og in December 2025, but Slack, Skype and Glean still fetch it ~500 times a month when re-rendering previews of docs links posted before then. Amp-Thread-ID: https://ampcode.com/threads/T-01a0ad56-bd79-73ce-bc8e-a5405d0c11f2 Co-authored-by: Amp <amp@ampcode.com>
marcleblanc2
force-pushed
the
marc/cleanup/unused-public-assets
branch
from
September 17, 2026 07:04
9237f0b to
a894a2a
Compare
Amp-Thread-ID: https://ampcode.com/threads/T-01a0ad56-bd79-73ce-bc8e-a5405d0c11f2 Co-authored-by: Amp <amp@ampcode.com>
marcleblanc2
marked this pull request as ready for review
September 17, 2026 07:39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Deletes three files in
public/that nothing undersrc/ordocs/references:sourcegraph-mark.png: the site usessourcegraph-mark.svgsourcegraph-logo-dark.svg,sourcegraph-logo-light.svg: the site useslogo-theme-{dark,light}.svgCloudflare traffic logs
Requests to
sourcegraph.com/docs/<file>from the last 31 days:sourcegraph-og-nw.pngsourcegraph-logo-dark.svgcurl/8.7.1, no referersourcegraph-mark.pngsourcegraph-logo-light.svgThe OG image traffic is link-preview fetchers re-rendering docs links that were posted or indexed before the
og:imageswitch in #1480, with the old URL baked in. Deleting it would break those previews, so keeping it for now.Analysis: https://ampcode.com/threads/T-01a0ad56-bd79-73ce-bc8e-a5405d0c11f2
Test plan
rg -F <filename>oversrc/,docs/,dev/, config: no matchespnpm run buildis unaffected