Deploy
NuxtHub
Deploy your Content app to NuxtHub
Nuxt Content module has a built-in integration with NuxtHub to deploy your content.
To enable NuxtHub integration, you need to install the @nuxthub/core module and register it in your nuxt.config.ts. More efficiently, you can use nuxi module command to do both at once.
Terminal
npx nuxi module add hub
That's it 🎉
Nuxt Content module automatically reads the NuxtHub database options in order to share the same database to store the Nuxt Content data.
Checkout the NuxtHub documentation for more information.