Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 14, 2022
1 parent 36dc571 commit 261afef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.guide/3.deploy/2.static-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

There are two ways to deploy a Nuxt application to any static hosting services:

- Static site generation (SSG) prerenders every route of your application at build time. For every page, Nuxt uses a crawler to generate a corresponding HTML and Payload files.
- Static site generation (SSG) prerenders every route of your application at build time. For every page, Nuxt uses a crawler to generate a corresponding HTML and payload files.
- Using `ssr: false` to produce a pure client-side output.

## Prerendering
Expand Down

0 comments on commit 261afef

Please sign in to comment.