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 31a6ff4 commit e68e8e4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/vike-solid/types/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,7 @@ declare global {
ssr?: boolean;

/**
* Whether to stream the page's HTML. Requires Server-Side Rendering (`ssr: true`).
*
* If `true`, the stream will be a Node Stream. If you need a Web Stream, use `stream: 'web'`.
*
* @default false
* Enable or disable HTML Streaming.
*
* https://vike.dev/stream
*/
Expand Down

0 comments on commit e68e8e4

Please sign in to comment.