Quick Setup
@nuxthub/core module nuxi module add hubnpx nuxthub deploy to deploy your content to NuxtHubNuxt 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 🎉
Now you can use the npx nuxthub deploy command to deploy your content to NuxtHub.
npx nuxthub deploy
DB binding name. (This is default configuration for NuxtHub database.)nuxt.config.ts.Checkout the NuxtHub documentation for more information.