docs: add @nuxthub/core module

This commit is contained in:
Benjamin Canac
2024-09-24 18:28:01 +02:00
parent 991e725b1a
commit e584941df9
3 changed files with 72 additions and 0 deletions

View File

@@ -21,12 +21,17 @@ export default defineNuxtConfig({
'@nuxt/ui-pro',
'@nuxt/content',
'@nuxt/image',
'@nuxthub/core',
'@nuxtjs/plausible',
'@vueuse/nuxt',
'nuxt-component-meta',
'nuxt-og-image'
],
hub: {
cache: true
},
future: {
compatibilityVersion: 4
},

View File

@@ -10,6 +10,7 @@
"@nuxt/image": "^1.8.0",
"@nuxt/ui": "latest",
"@nuxt/ui-pro": "2.0.0-alpha.3",
"@nuxthub/core": "^0.7.20",
"@nuxtjs/plausible": "^1.0.2",
"@octokit/rest": "^21.0.2",
"@vueuse/nuxt": "^11.1.0",