-
Notifications
You must be signed in to change notification settings - Fork 351
[BUG] README has a duplicate "Deploying to Vercel" section #1775
Copy link
Copy link
Open
Labels
bugSomething isn't working correctlySomething isn't working correctlydocumentationDocumentation improvementDocumentation improvementgood first issueGood for newcomers and beginnersGood for newcomers and beginnersgssoc'26GirlScript Summer of Code 2026GirlScript Summer of Code 2026level:beginnerBeginner level - 20 ptsBeginner level - 20 ptstype:bugBug fixBug fixtype:docsDocumentationDocumentation
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't working correctlySomething isn't working correctlydocumentationDocumentation improvementDocumentation improvementgood first issueGood for newcomers and beginnersGood for newcomers and beginnersgssoc'26GirlScript Summer of Code 2026GirlScript Summer of Code 2026level:beginnerBeginner level - 20 ptsBeginner level - 20 ptstype:bugBug fixBug fixtype:docsDocumentationDocumentation
Bug description
README.md has two separate
### Deploying to VercelH3 sections — one at line 149 (with an "Option 1 / Option 2" structure and avercel.jsoncode block) and a near-duplicate one at line 215 (same two options, slightly different wording, its ownvercel.jsonblock). They're redundant and reader-confusing.Steps to reproduce
grep -n "### Deploying to Vercel" README.md→ two hits.Expected behavior
One "Deploying to Vercel" section.
Actual behavior
Two, with drifting content (worth checking whether either has details the other lacks before merging them).