Skip to content

Commit

Permalink
fix: improve JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Apr 8, 2024
1 parent 14d056a commit 74daf53
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/vike-react/src/types/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ declare global {
*/
lang?: string
/**
* If true, render mode is SSR or pre-rendering (aka SSG). In other words, the
* page's HTML will be rendered at build-time or request-time.
* If false, render mode is SPA. In other words, the page will only be
* rendered in the browser.
* If `true`, the page is rendered twice: on the server-side (to HTML) and on the client-side (hydration).
*
* See https://vike.dev/render-modes
* If `false`, the page is rendered only once in the browser.
*
* https://vike.dev/ssr
*
* @default true
*
Expand Down

0 comments on commit 74daf53

Please sign in to comment.