Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 438 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 438 Bytes

SvelteKit on GitHub Pages Example

Minimal SvelteKit project demonstrating automatic deployment to GitHub Pages using GitHub Actions.

GitHub Pages only allows for static sites, so the site is built with @sveltejs/adapter-static.

Note that the root +layout.ts uses export const prerender = true to let the adapter know that all of the pages are prerenderable.