Skip to content

Commit

Permalink
Remove broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycatalinismith committed Dec 28, 2024
1 parent 6d944f5 commit b04f1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/environment-variables/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ running.

## Runtime Environment Variables In Pages Router Code

Just about every page component in `src/pages/` uses the [`scaffold()`](../functions/scaffold.html) function
Just about every page component in `src/pages/` uses the `scaffold()` function
to generate its [`getServerSideProps()`](https://nextjs.org/docs/pages/building-your-application/data-fetching/get-server-side-props) function.

The [`ScaffoldedEnvVars`](../types/ScaffoldedEnvVars.html) type alias is the
Expand Down

0 comments on commit b04f1f8

Please sign in to comment.