Skip to content

Commit

Permalink
[docs] remove reference to writeStatic (#5698)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Jul 25, 2022
1 parent 66e0ede commit 2315d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/11-adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The types for `Adapter` and its parameters are available in [types/config.d.ts](
Within the `adapt` method, there are a number of things that an adapter should do:

- Clear out the build directory
- Write SvelteKit output with `builder.writeClient`, `builder.writePrerendered`, `builder.writeServer`, and `builder.writeStatic`
- Write SvelteKit output with `builder.writeClient`, `builder.writeServer`, and `builder.writePrerendered`
- Output code that:
- Imports `Server` from `${builder.getServerDirectory()}/index.js`
- Instantiates the app with a manifest generated with `builder.generateManifest({ relativePath })`
Expand Down

0 comments on commit 2315d7e

Please sign in to comment.