Open
Conversation
Co-Authored-By: jonah@exa.ai <jonah@exa.ai>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
3 tasks
Contributor
|
Closing — this is superseded by PR #22 (full revert) which has been merged. |
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.
Summary
Reverts the
/bluej-demopath rename from PR #20 back to/chatbot-demo. The rename broke the production deployment atdemo.exa.ai/chatbot-demobecause the domain-level routing only forwards/chatbot-demo/*to this Vercel project — it doesn't know about/bluej-demo.Changes across 3 files are a straight
/bluej-demo→/chatbot-demoreplacement:vercel.json— all rewrite rulesfrontend/vite.config.js— base path and dev proxyfrontend/src/lib/basePath.js— runtime base path constantReview & Testing Checklist for Human
demo.exa.ai/chatbot-demoloads correctly (currently 404ing in production)demo.exa.ai/chatbot-demo/tutorialalso loadsNotes
/bluej-demoURL is desired later, routing needs to be added at thedemo.exa.aidomain level (not controlled by this repo)Link to Devin session: https://app.devin.ai/sessions/2a88a28d3059461d932fb7f37dcb5a4e
Requested by: @jonah-berman