Hosting issues
SrivamsiRajesh opened this issue · 3 comments
SrivamsiRajesh commented
Hello there ,
I have tried hosting my portfolio with vercel but I got a blank screen and yea it did not work . I did try using github pages too my repos name is portfolio and in vite.config.js I did change the base to /portfolio/ . And over there too I got a blank page as a result . Are there any docs which can help me to host it in vercel ?
arifszn commented
You may need to remove base
from vite.config.js for vercel. The base is only needed for GitHub pages.
arifszn commented
And if you want to host using GitHub pages,
- when you set your base to
/portfolio/
, the site will be available at SrivamsiRajesh.github.io/portfolio. - when you set base to
/
, it will be available at SrivamsiRajesh.github.io.
SrivamsiRajesh commented
Thanks a lot mate . I did host my website thank you for this amazing package too . Have a great day