S
SolidJS9mo ago
Carter

How can I publish to github pages?

Anyone know how I can publish my solid-start project to github pages?
3 Replies
Brendonovich
Brendonovich9mo ago
use the github_pages preset and a workflow like this https://nitro.unjs.io/deploy/providers/github-pages
GitHub Pages - Nitro
Deploy Nitro apps to GitHub Pages.
Carter
CarterOP9mo ago
can I deploy to github with ssr turned off?
mdynnl
mdynnl9mo ago
it's the other way around. you'd deploy a static prerender-ed pages or spa with everything redirected to index.html

Did you find this page helpful?