chore(backend): allow Vercel preview domains via CORS + env-driven origins#6
Open
Anujthakur650 wants to merge 10 commits into
Open
chore(backend): allow Vercel preview domains via CORS + env-driven origins#6Anujthakur650 wants to merge 10 commits into
Anujthakur650 wants to merge 10 commits into
Conversation
added 6 commits
August 9, 2025 14:31
…pes for Button and results page
…equested cabin in mapping (drop mismatched trips)\n- Use /partnerapi/live/search for live queries\n- Mobile UI tweaks (Navbar/Home, hero, spacing)\n- Add legal footer + Notion legal pages wiring\n- Keep form cabin mapping intact; improve start script cleanup
…WED_ORIGINS/CORS_ORIGINS)
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
LGTM 👍 |
…hout affecting desktop
|
LGTM 👍 |
…cing, and empty-state spacing on results page
|
LGTM 👍 |
…prove vertical gaps, enforce 44px touch targets, and refine filter/sort spacing
|
LGTM 👍 |
…d safe-area navbar padding, enforce 44px+ touch targets, and tune heading/button sizes for default zoom
|
LGTM 👍 |
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.
ALLOWED_ORIGINSorCORS_ORIGINS(JSON array or comma-separated)\n- Always allow project Vercel preview domains:https://award-flights*.vercel.app\n- Keep localhost defaults\n\nAfter merge, set Render env varALLOWED_ORIGINSto include production and any custom domains if needed.