RiadhAdrani / slick-portfolio-svelte

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

404 Github page #12

Closed Honsl closed 10 months ago

Honsl commented 10 months ago

I have cloned the repository and made the listed changes, but I am getting a 404 .

https://github.com/Honsl/Honsl.github.io

make sure to enable github actions with the correct permissions : go to your repo Settings > Actions > General : Actions permissions : check Allow all actions and reusable workflows Workflow permissions : check Read repository contents and packages permissions you cloned the repo with main as the main branch, change the target branch in deploy.yml to main. push changes to run the action with new settings and permissions, or create an empty commit and push it if you didn't change anything. enable GitHub Pages deployment on the newly created gh-pages branch: go to your repo's Settings > Pages Source : select Deploy from a branch Branch : select gh-pages and / (root) and click on save wait for the page to be deployed

RiadhAdrani commented 10 months ago

Hello, Can in your svelte.config.js, try to set the url base to just an empty string const base = ""; and let me know if the problem still persist.

Honsl commented 10 months ago

Hi, Thank you for taking a look at it. I have made the change, but it is still showing the 404.

RiadhAdrani commented 10 months ago

Hello, it's working : https://honsl.github.io/

Honsl commented 10 months ago

Thank you, the other issue was with the custom domain.