docs(deploy): update command for csr prerendering (#6966)

This commit is contained in:
Oumar Barry 2022-08-26 10:11:57 +00:00 committed by GitHub
parent 1e5aa85062
commit e098cf03f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ npx nuxi generate
## Client-side Only Rendering
If you don't want to prerender your routes, another way of using static hosting is to set the `ssr` property to `false` in the `nuxt.config` file. The `nuxi build` command will then output an `index.html` entrypoint like a classic client-side Vue.js application.
If you don't want to prerender your routes, another way of using static hosting is to set the `ssr` property to `false` in the `nuxt.config` file. The `nuxi generate` command will then output an `index.html` entrypoint like a classic client-side Vue.js application.
```ts [nuxt.config.ts|js]
defineNuxtConfig({