Skip to content

Commit

Permalink
docs: fix typo in SSR warning on Installation page (#2777)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelally authored Sep 12, 2024
1 parent f65657f commit d8653a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/1.get-started/1.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ npm run dev
## Add to a project

::callout{type="warning"}
⚠️ Nuxt Content requires `ssr: true` (default value) to be set in [Nuxt Config](https://nuxt.com/docs/guide/directory-structure/nuxt-config). Nuxt applications with `ssr: false` will generate as a Single-Page Application, which is currently incombatible with prerendering Nuxt Content files.
⚠️ Nuxt Content requires `ssr: true` (default value) to be set in [Nuxt Config](https://nuxt.com/docs/guide/directory-structure/nuxt-config). Nuxt applications with `ssr: false` will generate as a Single-Page Application, which is currently incompatible with prerendering Nuxt Content files.
::

You can add Nuxt Content at anytime during your Nuxt project development by installing the `@nuxt/content` module:
Expand Down

0 comments on commit d8653a6

Please sign in to comment.