Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit b28930d

Browse files
committed
Add @nuxthub/core package and module
1 parent f03b923 commit b28930d

File tree

3 files changed

+683
-6
lines changed

3 files changed

+683
-6
lines changed

nuxt.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default defineNuxtConfig({
1717
'~/modules/template-loader',
1818
'~/modules/nuxt-link',
1919
'@nuxt/image',
20+
'@nuxthub/core',
2021
],
2122
colorMode: {
2223
classSuffix: '',
@@ -133,4 +134,4 @@ export default defineNuxtConfig({
133134
},
134135

135136
compatibilityDate: '2024-04-03',
136-
})
137+
})

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"@nuxt/icon": "^1.4.7",
5050
"@nuxt/image": "^1.7.0",
5151
"@nuxt/kit": "^3.12.4",
52+
"@nuxthub/core": "^0.7.14",
5253
"@nuxtjs/color-mode": "^3.4.4",
5354
"@nuxtjs/seo": "2.0.0-rc.10",
5455
"@pinia/nuxt": "^0.5.3",

0 commit comments

Comments
 (0)