Skip to content

Commit

Permalink
clarify config as browser.router
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 153e2cd commit 74a8da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/11-page-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If both are specified, per-page settings override per-app settings in case of co

SvelteKit includes a [client-side router](#appendix-routing) that intercepts navigations (from the user clicking on links, or interacting with the back/forward buttons) and updates the page contents, rather than letting the browser handle the navigation by reloading.

In certain circumstances you might need to disable [client-side routing](#appendix-routing) with the app-wide [`router` config option](#configuration-browser) or the page-level `router` export:
In certain circumstances you might need to disable [client-side routing](#appendix-routing) with the app-wide [`browser.router` config option](#configuration-browser) or the page-level `router` export:

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

0 comments on commit 74a8da8

Please sign in to comment.