Skip to content

Commit

Permalink
clarify config as browser.hydrate
Browse files Browse the repository at this point in the history
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
  • Loading branch information
ignatiusmb and bluwy committed Jan 29, 2022
1 parent 74a8da8 commit 98153f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/11-page-options.md
Expand Up @@ -24,7 +24,7 @@ Note that this will disable client-side routing for any navigation from this pag

### hydrate

Ordinarily, SvelteKit [hydrates](#appendix-hydration) your server-rendered HTML into an interactive page. Some pages don't require JavaScript at all — many blog posts and 'about' pages fall into this category. In these cases you can skip hydration when the app boots up with the app-wide [`hydrate` config option](#configuration-browser) or the page-level `hydrate` export:
Ordinarily, SvelteKit [hydrates](#appendix-hydration) your server-rendered HTML into an interactive page. Some pages don't require JavaScript at all — many blog posts and 'about' pages fall into this category. In these cases you can skip hydration when the app boots up with the app-wide [`browser.hydrate` config option](#configuration-browser) or the page-level `hydrate` export:

```html
<script context="module">
Expand Down

0 comments on commit 98153f4

Please sign in to comment.