adapter-static for Static Sites
Prerender your entire site to static files with adapter-static.
What adapter-static Does
It prerenders your app to static HTML/CSS/JS files that any static host can serve.
Install
Replace adapter-auto in svelte.config.js.
npm install -D @sveltejs/adapter-staticAll lessons in this course
- adapter-static for Static Sites
- adapter-node for Node.js Server
- adapter-vercel and adapter-cloudflare
- Building and Previewing