Home page
This website is built with SvelteKit and can be hosted via static web server.
/,/about,/helloare static HTML without js.
- To generate static HTML, use
adapter-staticand setcsr = falseandprerender = truein the+page.tsor+layout.ts.