You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deploying a SvelteKit site to Github Pages: https://github.com/metonym/sveltekit-gh-pages
- Also need to change build directory to `docs` instead of `build`.
Steps to create a SvelteKit site that can be deployed to Github Pages: https://github.com/metonym/sveltekit-gh-pages. This project changes the adapter base path to `docs` instead of `build` and automates the deploy process with a Github Action. The change in base path is accounted for in `build.yml`.