diff --git a/docs/content/2.guide/5.deploy/2.static-hosting.md b/docs/content/2.guide/5.deploy/2.static-hosting.md index d85fa3da50f..6694ca61e6f 100644 --- a/docs/content/2.guide/5.deploy/2.static-hosting.md +++ b/docs/content/2.guide/5.deploy/2.static-hosting.md @@ -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({