Skip to content

Commit

Permalink
Fix typo in url
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Jul 6, 2023
1 parent 534b2ad commit 31932b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export async function getStaticProps() {

<AppOnly>

This loads `process.env.DB_HOST`, `process.env.DB_USER`, and `process.env.DB_PASS` into the Node.js environment automatically allowing you to use them in [Route Handlers](docs/app/building-your-application/routing/router-handlers).
This loads `process.env.DB_HOST`, `process.env.DB_USER`, and `process.env.DB_PASS` into the Node.js environment automatically allowing you to use them in [Route Handlers](/docs/app/building-your-application/routing/router-handlers).

For example:

Expand Down

0 comments on commit 31932b4

Please sign in to comment.