Skip to content

Commit d111a21

Browse files
committed
Revert "Update documentation/docs/03-routing.md"
This reverts commit 4dcee25.
1 parent 4dcee25 commit d111a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/03-routing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export async function load({ params }) {
111111

112112
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).
113113

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

116116
#### Actions
117117

0 commit comments

Comments
 (0)