nuxt / content

The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
https://content.nuxt.com
MIT License
3.14k stars 630 forks source link

fix(docs): add warning about using `ssr: false` with Content #2776

Closed mdelally closed 2 months ago

mdelally commented 2 months ago

Add warning about using Nuxt Content with SPA static generation (ssr: false in Nuxt Config) on the Installation guide in the documentation.

🔗 Linked issue

Issue #1229

❓ Type of change

Documentation edit

📚 Description

The following change to the Installation page of the docs makes a note that Nuxt Content currently requires ssr: true to be set due to static SPA (ssr: false) being incompatible.

📝 Checklist