Rename PDF file to Deepak_Modi_Resume.pdf#3
Draft
Copilot wants to merge 3 commits into
Draft
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: decodewithdeepak <118504803+decodewithdeepak@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix resume file download name to user-friendly format
Fix resume download filename
Feb 8, 2026
Co-authored-by: decodewithdeepak <118504803+decodewithdeepak@users.noreply.github.com>
Copilot
AI
changed the title
Fix resume download filename
Rename PDF file to Deepak_Modi_Resume.pdf
Feb 8, 2026
d12aed7 to
2fb0ea0
Compare
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.
Resume downloads as "Resume.pdf" instead of "Deepak_Modi_Resume.pdf". Browsers ignore the HTML
downloadattribute for same-origin PDFs and use the actual filename from the URL path.Changes
public/Resume.pdf→public/Deepak_Modi_Resume.pdfRESUME_PDF_URLconstant inpages/index.tsx.github/workflows/build.ymlto generate and commit the new filename.gitignore: Track the new filenameResult
Browser now displays and downloads the PDF with the correct filename:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.