Skip to content

Commit 5faaac7

Browse files
committed
fix build
1 parent b41764d commit 5faaac7

File tree

8 files changed

+10
-78
lines changed

8 files changed

+10
-78
lines changed

app/components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function onSubmit() {
9797
<UColorModeButton size="sm" />
9898

9999
<UButton
100-
to="https://github.com/nuxt-ui-pro/landing"
100+
to="https://github.com/nuxt-ui-pro/saas"
101101
target="_blank"
102102
icon="i-simple-icons-github"
103103
aria-label="GitHub"

app/pages/blog/[slug].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if (post.value.image?.src) {
7171
<UPage>
7272
<UPageBody>
7373
<ContentRenderer
74-
v-if="post.body"
74+
v-if="post"
7575
:value="post"
7676
/>
7777

app/pages/roadmap.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ useSeoMeta({
66
ogDescription: 'Roadmap of Nuxt UI Pro SaaS template.'
77
})
88
9-
defineOgImageComponent('Docs')
9+
defineOgImageComponent('Saas')
1010
1111
const appConfig = useAppConfig()
1212
const colorMode = useColorMode()

nuxt.config.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export default defineNuxtConfig({
77
'@nuxt/fonts',
88
'@nuxt/image',
99
'@nuxt/ui',
10-
'@nuxthq/studio',
1110
'@vueuse/nuxt',
1211
'nuxt-og-image'
1312
],
@@ -22,8 +21,13 @@ export default defineNuxtConfig({
2221
disableTransition: true
2322
},
2423

24+
content: {
25+
preview: {
26+
api: 'https://api.nuxt.studio'
27+
}
28+
},
29+
2530
routeRules: {
26-
'/api/search.json': { prerender: true },
2731
'/docs': { redirect: '/docs/getting-started', prerender: false }
2832
},
2933

nuxt.schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { field, group } from '@nuxthq/studio/theme'
1+
import { field, group } from '@nuxt/content/preview'
22

33
export default defineNuxtSchema({
44
appConfig: {

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
},
2424
"devDependencies": {
2525
"@nuxt/eslint": "^0.7.5",
26-
"@nuxthq/studio": "^2.2.1",
2726
"eslint": "^9.19.0",
2827
"typescript": "^5.7.3",
2928
"vue-tsc": "^2.2.0"

pnpm-lock.yaml

Lines changed: 0 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/api/search.json.get.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)