Home page
This website is built with SvelteKit and can be hosted via static web server.
/
,/about
,/hello
are static HTML without js.
- To generate static HTML, use
adapter-static
and setcsr = false
andprerender = true
in the+page.ts
or+layout.ts
.