RiadhAdrani / slick-portfolio-svelte

Vercel-like style portfolio template for developers.
https://riadhadrani.github.io/slick-portfolio-svelte/
203 stars 105 forks source link

Website not deploying #29

Closed Srm-Akla closed 8 months ago

Srm-Akla commented 8 months ago

Hi, I did everything mentioned in the README file, and my website is not deploying.

Repo: https://github.com/srm-akla/srm-akla.github.io

Thanks!

RiadhAdrani commented 8 months ago

Hi again, change this line to const base = "", just an empty base, and let me know if there is another problem.

Srm-Akla commented 8 months ago

That works! Thank you! Can you explain why that worked? Very new to web development here :smiley:

RiadhAdrani commented 8 months ago

Well, it is not about web development for this case, the repo you are building from is a special repo, it is considered like a domain repo by github, so the base is not needed, not your fault.

if you check my personal portfolio https://riadhadrani.github.io/RiadhAdrani , deployed from this repo https://github.com/RiadhAdrani/RiadhAdrani , I needed to add /RiadhAdrani as a base:

https:// riadhadrani.github.io /RiadhAdrani

  1. protocol
  2. domain
  3. base

Not very good at explaining, but I hope you got it !

Best wishes.

Srm-Akla commented 8 months ago

Yeah, that makes sense! Thanks! And thank you for building an awesome portfolio!