BYOC hero: remove title text from the image - #69
Merged
Merged
Conversation
Amp-Thread-ID: https://ampcode.com/threads/T-01a0a1bf-48c6-77f8-b65d-0b681d9f18a9 Co-authored-by: Nicholas Kissel <nicholas@rivet.gg>
railway-app
Bot
temporarily deployed
to
rivet-website / website-pr-69
September 15, 2026 04:44
Destroyed
| published: "2026-09-15" | ||
| category: changelog | ||
| image: { file: "image.png?v=5" } | ||
| image: { file: "image.png?v=6" } |
There was a problem hiding this comment.
🔴 High · Publish the regenerated hero before switching its cache key
The new query string does not select a new asset: both image.png?v=5 and image.png?v=6 currently return the same 74,197-byte PNG with SHA-256 4a468e…62910. That image still contains the removed title, so the live post will not receive this change even after the frontmatter cache bust.
Regenerate with the updated renderer and upload the resulting image.png to website/blog/2026-09-15-introducing-rivet-byoc/ before changing the cache key.
Amp-Thread-ID: https://ampcode.com/threads/T-01a0a1bf-48c6-77f8-b65d-0b681d9f18a9 Co-authored-by: Nicholas Kissel <nicholas@rivet.gg>
railway-app
Bot
temporarily deployed
to
rivet-website / website-pr-69
September 15, 2026 04:54
Destroyed
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.
Removes the "Introducing Rivet BYOC" heading from the rendered hero (
render-byoc-hero.ts) and recentres the diagram vertically. Bumps the post'simage.png?v=6cache-buster.Before merging, re-render and upload the new hero so
?v=6resolves to the title-less image:Thread: https://ampcode.com/threads/T-01a0a1bf-48c6-77f8-b65d-0b681d9f18a9