You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR Review: chore(website): add workflow launch post image
This PR adds a single PNG image to the 2026-02-24-introducing-rivet-workflows blog post directory. The image is automatically picked up by the build system via import.meta.glob in [...slug].astro and used as both the hero image and OG image for the post.
The Change
The addition is correct — image.png at the post directory root is exactly the expected filename and path for the blog's image loading convention (/src/content/posts/*/image.{png,jpg,gif}).
Observations on the Associated page.mdx
The page.mdx for this post already exists on main. A few things worth addressing before publishing:
Incomplete section: The post contains an unfilled placeholder:
## Inspector
TODO
This will render as literal "TODO" for readers. Either the Inspector section should be written out or the heading should be removed before this goes live.
Category: The frontmatter uses category: changelog. The blog's [...slug].astro filters out changelog posts from the /blog/ route — they only appear under /changelog/. For a launch announcement of this scope, launch-week or technical might be a better fit if the intent is for it to appear on the blog. If changelog is intentional, no change needed.
Summary
The image addition itself is correct. The main items to resolve are in the existing page.mdx content (the TODO section and category choice) before merging and publishing.
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
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.
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: