Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: update link to the configuration (#6137)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngekoding committed Jul 26, 2022
1 parent 71b40a1 commit b751248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.guide/1.concepts/3.rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Universal rendering is very versatile and can fit almost any use case, and is es

Client-side and universal rendering are different strategies to display an interface in a browser.

By default, Nuxt uses **universal rendering** to provide better user experience and performance, and to optimize search engine indexing, but you can switch rendering modes in [one line of configuration](/guide/directory-structure/nuxt.config#ssr).
By default, Nuxt uses **universal rendering** to provide better user experience and performance, and to optimize search engine indexing, but you can switch rendering modes in [one line of configuration](/api/configuration/nuxt.config#ssr).

## Coming in Nuxt 3

Expand Down

0 comments on commit b751248

Please sign in to comment.