Skip to content

Commit

Permalink
Feat: Install @nuxthub/core to deploy on Cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzrmzia committed Aug 23, 2024
1 parent b31c8f9 commit 7430701
Show file tree
Hide file tree
Showing 3 changed files with 484 additions and 12 deletions.
2 changes: 2 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export default defineNuxtConfig({
'@nuxt/image',
// https://i18n.nuxtjs.org/
'@nuxtjs/i18n',
// https://hub.nuxt.com/
'@nuxthub/core',
],
colorMode: {
classSuffix: '',
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@nuxt/fonts": "^0.7.2",
"@nuxt/image": "^1.7.0",
"@nuxt/ui": "^2.18.4",
"@nuxthub/core": "^0.7.3",
"@nuxtjs/i18n": "^8.5.0",
"nuxt": "^3.13.0",
"vue": "latest"
Expand All @@ -33,6 +34,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "^5.5.4",
"wrangler": "^3.72.2"
}
}
Loading

0 comments on commit 7430701

Please sign in to comment.