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 set csr = false and prerender = true in the +page.ts or +layout.ts.