Skip to content

Commit

Permalink
docs: further clarify SSG
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jan 10, 2025
1 parent fe2648f commit 92b93a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/pages/glossary/+Page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ See also: [Vite > Why Vite > Slow Updates](https://vite.dev/guide/why.html#slow-

*SSG* (**S**tatic **S**ite **G**generation, aka pre-rendering) is a web development approach where all pages are pre-rendered to HTML at build time, so that your app consists only of static assets that can be easily deployed to any static host, resulting in fast and inexpensive (usually free) hosting.

Technically speaking: an SSG app is an app where *all* pages are pre-rendered (i.e. <Link href="/prerender#partial">`prerender.partial`</Link> is `false`).

For more information see <Link href="/pre-rendering" />.

0 comments on commit 92b93a7

Please sign in to comment.