docs(rendering): lint fix

This commit is contained in:
Sébastien Chopin 2023-05-18 15:32:23 +02:00
parent 244c681088
commit ef8b5b593c

View File

@ -110,7 +110,6 @@ The different properties you can use are the following:
Whenever possible, route rules will be automatically applied to the deployment platform's native rules for optimal performances (Netlify and Vercel are currently supported). Whenever possible, route rules will be automatically applied to the deployment platform's native rules for optimal performances (Netlify and Vercel are currently supported).
::alert{type="warning"} ::alert{type="warning"}
Note that Hybrid Rendering is not available when using `nuxt generate`. Note that Hybrid Rendering is not available when using `nuxt generate`.
:: ::
@ -137,4 +136,4 @@ You can explore open source examples deployed on some of the platform mentioned
- [Nuxt Todos Edge](https://github.com/atinux/nuxt-todos-edge): A todos application with user authentication, SSR and SQLite. - [Nuxt Todos Edge](https://github.com/atinux/nuxt-todos-edge): A todos application with user authentication, SSR and SQLite.
- [Atinotes](https://github.com/atinux/atinotes): An editable website with universal rendering. - [Atinotes](https://github.com/atinux/atinotes): An editable website with universal rendering.
<!-- TODO: link to templates with ESR category for examples --> <!-- TODO: link to templates with ESR category for examples -->