@sveltejs/adapter-static
v3.0.6
Published
Adapter for SvelteKit apps that prerenders your entire site as a collection of static files
Downloads
471,983
Readme
@sveltejs/adapter-static
Adapter for SvelteKit apps that prerenders your entire site as a collection of static files. It's also possible to create an SPA with it by specifying a fallback page which renders an empty shell. If you'd like to prerender only some pages and not create an SPA for those left out, you will need to use a different adapter together with the prerender
option.
Docs
Changelog
The Changelog for this package is available on GitHub.