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.
npx nuxi module add hub
That's it 🎉
Checkout the NuxtHub documentation for more information.