Skip to content

Commit

Permalink
fix: simplify JSDocs for stream setting
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Dec 10, 2024
1 parent c07905c commit d7615f0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/vike-react/src/types/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,7 @@ declare global {
ssr?: boolean

/**
* Whether to stream the page's HTML.
*
* Requires Server-Side Rendering (`ssr: true`).
*
* A Node.js Stream is used whenever possible, falling back to a Web Stream otherwise.
*
* By setting the value to `web` or `node`, you force the usage of a Web Stream or Node.js Stream.
*
* @default false
* Enable or disable HTML Streaming.
*
* https://vike.dev/stream
*/
Expand Down

0 comments on commit d7615f0

Please sign in to comment.