Fix TanStack starter demo link#115
Conversation
|
Warning Review limit reached
More reviews will be available in 31 minutes and 32 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
Cloudflare preview deployed.
|
Greptile SummaryCorrects the live demo URL for the TanStack Starter entry in the demos constants file, replacing
Confidence Score: 5/5A one-line URL constant change with no runtime logic, no type changes, and no effect on other demos — safe to merge. The change touches a single string value in a static config array. The updated URL aligns with the canonical hostname described in the PR, no other entries are modified, and the surrounding type structure is unchanged. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["demos.ts constants"] --> B["demos array"]
B --> C["TanStack Starter entry"]
C --> D["demoUrl: https://starter.reactonrails.com\n(was: start.reactonrails.com)"]
B --> E["featuredDemos filter"]
E --> F["Homepage 'Live Demos' section"]
E --> G["/examples page"]
Reviews (1): Last reviewed commit: "Fix TanStack starter demo link" | Re-trigger Greptile |
Summary
Validation
Repo search
Note
Low Risk
Single constant change in documentation/marketing config with no runtime or security impact.
Overview
Updates the TanStack Starter live demo link on the examples/homepage demos list from
https://start.reactonrails.comtohttps://starter.reactonrails.com, aligning the site with the canonical starter hostname.Reviewed by Cursor Bugbot for commit ee7ae9c. Bugbot is set up for automated code reviews on this repo. Configure here.