Skip to content

Commit 926ff16

Browse files
typo-4
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7a73d35 commit 926ff16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-start/building-your-application/rendering-modes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default createHandler(() => (
7575
<StartServer document={...} />
7676
), {
7777
mode: (event) => {
78-
return event.request.url.includes("/special-route") ? "async" : "stream";
78+
return { mode: event.request.url.includes("/special-route") ? "async" : "stream" };
7979
}
8080
});
8181
```

0 commit comments

Comments
 (0)