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 37e496a commit 9ddce6b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/vike-vue/src/types/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,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 9ddce6b

Please sign in to comment.