Skip to content

Commit

Permalink
Fix URL anchor position in going-to-production.md (#47056)
Browse files Browse the repository at this point in the history
Fix an anchor currently not working properly.
  • Loading branch information
konomae authored Mar 13, 2023
1 parent acb1744 commit 5cf4219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/going-to-production.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Since Next.js runs on both the client and server, there are multiple forms of lo
- `console.log` in the browser
- `stdout` on the server

If you want a structured logging package, we recommend [Pino](https://www.npmjs.com/package/pino). If you're using Vercel, there are [pre-built logging integrations](https://vercel.com/integrations#logging?utm_source=next-site&utm_medium=docs&utm_campaign=next-website) compatible with Next.js.
If you want a structured logging package, we recommend [Pino](https://www.npmjs.com/package/pino). If you're using Vercel, there are [pre-built logging integrations](https://vercel.com/integrations?utm_source=next-site&utm_medium=docs&utm_campaign=next-website#logging) compatible with Next.js.

## Error Handling

Expand Down

0 comments on commit 5cf4219

Please sign in to comment.