docs: add missing dot (#5815)

This commit is contained in:
Cupid Valentine 2022-07-11 16:46:20 +08:00 committed by GitHub
parent 57130b4fbc
commit 6322d35b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ Hybrid rendering allows different caching rules per route and decides how the Se
At the moment, every page (or **route**) of a Nuxt application must use the same rendering mode, client-side or universal. But in various cases, some pages could be generated at build time, while others should be client-side rendered. For example, think of a content website with an admin section. Every content page should be primarily static and generated once, but the admin section requires registration and behaves more like a dynamic application. At the moment, every page (or **route**) of a Nuxt application must use the same rendering mode, client-side or universal. But in various cases, some pages could be generated at build time, while others should be client-side rendered. For example, think of a content website with an admin section. Every content page should be primarily static and generated once, but the admin section requires registration and behaves more like a dynamic application.
[Read the open RFC discussing implementation and gathering community feedback](https://github.com/nuxt/framework/discussions/560) [Read the open RFC discussing implementation and gathering community feedback.](https://github.com/nuxt/framework/discussions/560)
### Rendering on CDN edge workers ### Rendering on CDN edge workers