Skip to content

Commit

Permalink
feat: Make LP nuxthub compatible (#453)
Browse files Browse the repository at this point in the history
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
HugoRCD and autofix-ci[bot] authored Jan 26, 2025
1 parent fb6c24b commit 47d7929
Show file tree
Hide file tree
Showing 3 changed files with 669 additions and 56 deletions.
3 changes: 2 additions & 1 deletion apps/lp/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export default defineNuxtConfig({
'@nuxtjs/seo',
'@nuxt/content',
'nuxt-og-image',
'@nuxt/scripts'
'@nuxt/scripts',
'@nuxthub/core',
],

content: {
Expand Down
4 changes: 3 additions & 1 deletion apps/lp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@nuxt/image": "1.9.0",
"@nuxt/scripts": "0.9.5",
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@65b35c5",
"@nuxthub/core": "0.8.14",
"@nuxtjs/seo": "2.1.0",
"nuxt": "3.15.2",
"nuxt-build-cache": "0.1.1",
Expand All @@ -33,6 +34,7 @@
"packageManager": "[email protected]",
"devDependencies": {
"@shelve/cli": "^3.1.1",
"typescript": "5.7.3"
"typescript": "5.7.3",
"wrangler": "^3.105.1"
}
}
Loading

0 comments on commit 47d7929

Please sign in to comment.