Skip to content

Commit

Permalink
Update documentation/docs/03-routing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm authored Aug 30, 2022
1 parent 8de3d4c commit 4dcee25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/03-routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export async function load({ params }) {

During client-side navigation, SvelteKit will load this data from the server, which means that the returned value must be serializable using [devalue](https://github.com/rich-harris/devalue).

Like `+page.js`, `+page.server.js` can export [page options](/docs/page-options)`prerender`, `hydrate`, `router` and `ssr`.
Like `+page.js`, `+page.server.js` can export [page options](/docs/12-page-options)`prerender`, `hydrate`, `router` and `ssr`.

#### Actions

Expand Down

0 comments on commit 4dcee25

Please sign in to comment.