tbakerx / react-resume-template

A personal resume website template built with React.js, Typescript, Next.js, and styled with Tailwind css
https://reactresume.com
MIT License
1.88k stars 1.43k forks source link

Where to upload resume, so it's available for download resume button on landing page? #83

Closed akshzyx closed 1 year ago

akshzyx commented 1 year ago

how do I make it work?

tbakerx commented 1 year ago

You can host the file wherever you wish (Google drive, CDN, etc.) and simply link to it, or even easier is Next exposes files in the /public directory. That means you can put the resume file (pdf recommended) in the /public directory and when deployed, it will be available at https://{yourdomain.com}/{name of resume file}

I'll add this to the readme and include a resume as soon as I get a chance.