Adapter for SvelteKit apps that prerenders your entire site as a collection of static files
Search packages..
@sveltejs/adapter-staticSimilar Packages:
Npm Package Weekly Downloads Trend
3 Years
🌟 Show real-time usage chart on @sveltejs/adapter-static's README.md, just copy the code below.
## Usage Trend
[](https://npm-compare.com/@sveltejs/adapter-static#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 Show GitHub stars trend chart on @sveltejs/adapter-static's README.md, just copy the code below.
## GitHub Stars Trend
[](https://npm-compare.com/@sveltejs/adapter-static)
Stat Detail
Package
Downloads
Stars
Size
Issues
Publish
License
Â
Â
Â
Â
Â
Â
Â
@sveltejs/adapter-static
234,555
19,854
8.71 kB
992
21 days ago
MIT
@sveltejs/adapter-static
README for @sveltejs/adapter-static
@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.