Conversation
Agent-Logs-Url: https://github.com/appwrite/website/sessions/933dd635-499d-41cf-9eeb-79e2a89dd66e Co-authored-by: adityaoberai <31401437+adityaoberai@users.noreply.github.com>
Appwrite WebsiteProject ID: Website (appwrite/website)Project ID: Tip Sites support three domain rule types: Active deployment, Git branch, and Redirect |
|
@copilot let's also add a redirect in src/redirects.json from /heroes to / |
Agent-Logs-Url: https://github.com/appwrite/website/sessions/a297f50d-616e-4a7c-87ec-8ef22a517146 Co-authored-by: adityaoberai <31401437+adityaoberai@users.noreply.github.com>
Greptile SummaryThis PR removes the Appwrite Heroes program page and all references to it from the site's footer navigation, replacing the live route with a redirect to the homepage.
Confidence Score: 5/5The change is a clean page removal with a matching redirect; no broken links or dangling references remain. All surface-area checks out: both footer components are updated consistently, the route files and local assets are fully deleted, and the redirect entry ensures the old URL degrades gracefully. A grep of the broader src/ tree confirmed that the only other files containing 'heroes' are blog-post markdoc files that mention the word in prose — none contain a hyperlink to /heroes, so they are unaffected by this removal. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "feat: add redirect from /heroes to /" | Re-trigger Greptile |


Removes the Heroes program page and its references from the site footer navigation. Also adds a redirect so existing links to
/heroesare forwarded to the homepage.Changes
src/routes/heroes/route directory (page, card component, and image assets)Heroesentry from theProgramssection in bothFooterNav.svelteandsite-footer.svelte/heroesto/insrc/redirects.json