Skip to content

Commit

Permalink
Closes #648: Update adapter-static documentation (#675)
Browse files Browse the repository at this point in the history
* Closes #648: Update adapter-static documentation

* Add back sapper export equiv and longer lines.
  • Loading branch information
matthewrankin authored Mar 25, 2021
1 parent 19da184 commit d1925cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/adapter-static/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# adapter-static

Adapter for Svelte apps that builds a Node server — the equivalent of `sapper export`.
Adapter for Svelte apps that prerenders your entire site as a collection of static files, which is equivalent to `sapper export`.

This is very experimental; the adapter API isn't at all fleshed out, and things will definitely change.
This is very experimental. The adapter API is still in flux and will likely change before 1.0.

0 comments on commit d1925cf

Please sign in to comment.