Remove WashOrbit case study - #188
Merged
Merged
Conversation
Drops the WashOrbit work from the site: - delete the /portfolio/washorbit route and its app-mock components - remove the project entry from data/projects.ts (Lumen is now the only project on Work and the home featured section) - drop the route from the sitemap and the unused carWashGuys project link from siteConfig - delete the WashOrbit cover and logo SVGs - repoint the car-wash vanity redirects (plus a new /portfolio/washorbit → /portfolio) at the Work index so old links land somewhere real instead of 404ing Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DoYSfr8RmD1NkBrrU1dE9H
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
mohabbis
marked this pull request as ready for review
August 12, 2026 01:52
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.
Removes the WashOrbit work from the site.
Changes
/portfolio/washorbitroute (app/portfolio/washorbit/page.tsx) and its supporting mock components (components/portfolio/washorbit-app-mock.tsx).data/projects.ts. Lumen is now the only project rendered on/portfolioand in the home featured-work section./portfolio/washorbitfromapp/sitemap.ts.public/images/projects/washorbit-cover.svg,public/images/logos/washorbit-{logo,logo-light,mark}.svg).projectLinks.carWashGuysentry fromsiteConfig.next.config.ts(/portfolio/car-wash,/washorbit,/carwash,/fancy-car-wash,/car-wash-guys) at/portfolio, and added/portfolio/washorbit→/portfolio, so previously indexed links land on the Work index instead of 404ing.Validation
npm run cipasses (typecheck, test typecheck, Vitest, production build). The build output no longer lists a/portfolio/washorbitroute.Generated by Claude Code