Skip to content

Commit

Permalink
feat: Make LP nuxthub compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Jan 26, 2025
1 parent fb6c24b commit ab2ff20
Show file tree
Hide file tree
Showing 3 changed files with 670 additions and 57 deletions.
5 changes: 3 additions & 2 deletions 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 Expand Up @@ -56,4 +57,4 @@ export default defineNuxtConfig({
css: ['~/assets/css/index.css'],

extends: '../base',
})
})
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 ab2ff20

Please sign in to comment.