Skip to content

Commit

Permalink
[docs] fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoam authored Feb 11, 2022
1 parent 7979389 commit 0e68c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/03-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ The `load` function receives an object containing six fields — `url`, `params`

`url` is an instance of [`URL`](https://developer.mozilla.org/en-US/docs/Web/API/URL), containing properties like the `origin`, `hostname`, `pathname` and `searchParams`.

> In some environments this is derived from request headers during server-side rendering. If you're using [adapter-node]/docs/adapters#supported-environments-node-js, for example, you may need to configure the adapter in order for the URL to be correct.
> In some environments this is derived from request headers during server-side rendering. If you're using [adapter-node](/docs/adapters#supported-environments-node-js), for example, you may need to configure the adapter in order for the URL to be correct.
#### params

Expand Down

0 comments on commit 0e68c00

Please sign in to comment.