You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/docs/04-hooks.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ You can add call multiple `handle` functions with [the `sequence` helper functio
58
58
59
59
`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:
60
60
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.
0 commit comments