mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +00:00
docs: add missing dot (#5815)
This commit is contained in:
parent
57130b4fbc
commit
6322d35b3f
@ -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.
|
||||
|
||||
[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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user