docs: match favicon to midrender.com and fix stale repo URLs#394
Merged
Conversation
Replace the old Revideo icon files (favicon.ico, icon.png, apple-icon.png) with midrender.com's icons so the docs favicon matches the site, and update the redotvideo/revideo repo references to midrender/revideo (the GitHub org was renamed).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
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.
Updates the docs' meta information to align with midrender.com.
Favicon → matches midrender.com
The docs used the old Revideo "X" mark. Next.js App Router auto-serves the icon files in
packages/docs/src/app/, so all three were replaced with midrender.com's assets (the black arc mark):favicon.ico— midrender's multi-size.ico(16×16 + 32×32)icon.png— midrender's 32×32 PNGapple-icon.png— midrender's 180×180 apple-touch-iconStale repo URLs →
redotvideorenamed tomidrenderThe GitHub org was renamed (
redotvideo/revideonow redirects tomidrender/revideo). Updated the docs' own repo references:layout.tsx—docsRepositoryBase(the "Edit this page on GitHub" link)page.tsx— the two homepage GitHub linksNot touched (intentional)
metadataBasealready points at midrender.com).redotvideo/exampleslinks inside content.mdxfiles (content, not site meta; GitHub redirects them).