Skip to content

Commit bc3ea7d

Browse files
authored
[docs] clarify that default value of ssr is true (#3756)
1 parent 4ca26e0 commit bc3ea7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/04-hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can add call multiple `handle` functions with [the `sequence` helper functio
5858

5959
`resolve` also supports a second, optional parameter that gives you more control over how the response will be rendered. That parameter is an object that can have the following fields:
6060

61-
- `ssr` — specifies whether the page will be loaded and rendered on the server.
61+
- `ssr` (boolean, default `true`) — specifies whether the page will be loaded and rendered on the server.
6262

6363
```js
6464
/** @type {import('@sveltejs/kit').Handle} */

0 commit comments

Comments
 (0)