RiadhAdrani / slick-portfolio-svelte

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

Getting White Blank page #46

Closed VedantSugandhi closed 2 months ago

VedantSugandhi commented 2 months ago

Hello Riadh,

i am getting a white blank page, dont know why, will appreciate your help.

below is my github repo link https://github.com/VedantSugandhi/vsPF

thanks in advance Vedant

RiadhAdrani commented 2 months ago

Hello @VedantSugandhi,

It seems that your base is not setup correctly here

it should be const base = "/vsPF"

Let me know if that fixed the issue.

VedantSugandhi commented 2 months ago

I tried by giving this base as well but it's not working. Same white blank page is coming.

RiadhAdrani commented 2 months ago

set it to /vsPF and it will work, try hard refreshing or wait for some minutes, it will update.

VedantSugandhi commented 2 months ago

Hii Riadh,

Still, the issue persists.

Let me know when is a good time to connect with you, if possible for you, we can hop on Zoom.

RiadhAdrani commented 2 months ago

@VedantSugandhi

The workflow is not running, because it build from the main branch, which does not exist, change it to master

Also, I forked your repo and make it work :

repo : https://github.com/RiadhAdrani/vsPF page : https://riadhadrani.github.io/vsPF

VedantSugandhi commented 2 months ago

Thanks, Riadh, for helping me out with this, it's a very pity mistake, I don't know how it got missed by me. this issue taught me lot of things on yaml & deployment side.

Your template is very amazing.

Thank you again for helping me out.