Conversation
|
@jeninh is attempting to deploy a commit to the Hack Club Team on Vercel. A member of the Team first needs to authorize it. |
Wraps each remaining Vercel/Hetzner CDN URL in cdn.hackclub.com/rescue?url=<original> across 24 files. No bytes moved, no uploads, original URLs preserved verbatim.
jeninh
force-pushed
the
cdn-v4-migration
branch
from
September 2, 2026 15:18
0dd93e6 to
0de61d3
Compare
This branch has not been deployed
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.
Points 221 retired-CDN asset references across 24 files at the current CDN's lookup endpoint,
cdn.hackclub.com/rescue?url=<original>.The old Vercel and Hetzner origins are being retired.
/rescueresolves an original URL to wherever that file now lives on the v4 CDN, so wrapping the existing URL keeps these assets loading without moving any bytes or re-uploading anything.Scope
url=parameter, so this is fully reversible and nothing is lost.Note: 2 of these will still 404 for now
Those files are already gone from the old CDN (the source URLs 404 and
/rescuehas no record of them), so they are broken today and stay broken. Wrapping them costs nothing and means they start working automatically if the assets are ever recovered and mapped, which a bare dead URL would never do.