Skip to content

Commit

Permalink
Revert "Update documentation/docs/03-routing.md"
Browse files Browse the repository at this point in the history
This reverts commit 4dcee25.
  • Loading branch information
Rich-Harris committed Aug 30, 2022
1 parent 4dcee25 commit d111a21
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/12-page-options)`prerender`, `hydrate`, `router` and `ssr`.
Like `+page.js`, `+page.server.js` can export [page options](/docs/page-options)`prerender`, `hydrate`, `router` and `ssr`.

This comment has been minimized.

Copy link
@dummdidumm

dummdidumm Aug 30, 2022

Member

oh sry, this is the other way around, my bad


#### Actions

Expand Down

0 comments on commit d111a21

Please sign in to comment.