Use moq.pro cat icon and URL for Pro nav link#109
Conversation
Swap the rocket icon for the moq.pro cat favicon and point the Pro nav link at https://moq.pro instead of the staging/live pro.moq.* domains. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Sorry @kixelated, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
|
Warning Review limit reached
Next review available in: 42 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis pull request makes two distinct changes. In the global layout, the Pro URL is hardcoded to a fixed domain instead of varying by environment mode, and the Pro navigation icon image is replaced. Separately, the update-00 blog post is revised with rewritten wording and formatting across sections covering relay clustering, standards, muxing/transmuxing, binaries/package managers, compression benchmarks, backends, polyglot bindings, and production-readiness features. No exported or public entity declarations are altered. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/pages/blog/update-00.mdx`:
- Line 5: The page metadata description contains a typo that will appear in RSS
summaries, so update the description text in the blog update frontmatter to use
the correct spelling. Locate the description field in the update-00 MDX content
and change “extrordinaire” to “extraordinaire” while keeping the rest of the
sentence unchanged.
- Line 20: The sentence in the blog content has a duplicated word, so update the
rewritten text in the MDX entry to remove the extra “now” and make it read
naturally. Locate the affected copy in the blog post content and correct the
phrasing so it says “Now you can …” rather than “Now you can now …”.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 442ac080-bcda-4724-9df3-dcc3bc39bd39
⛔ Files ignored due to path filters (1)
public/layout/pro-icon.svgis excluded by!**/*.svg
📒 Files selected for processing (2)
src/layouts/global.astrosrc/pages/blog/update-00.mdx
Correct "extrordinaire" → "extraordinaire" and remove duplicated "now". Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
What changed
public/layout/pro-icon.svg, copied from moq.pro'sstatic/favicon.svg).https://moq.proinstead of the previous staging/livepro.moq.wtf/pro.moq.devdomain logic.Why
moq.pro is now the canonical home for Pro, so the nav should link there directly and use its branding (the cat) rather than the placeholder rocket.
Notes for reviewers
public/layout/rocket.svgis now unused but left in place. Happy to remove it if preferred.🤖 Generated with Claude Code