Skip to content

Commit 64f9105

Browse files
committed
docs: add nuxt-studio
1 parent f93fe88 commit 64f9105

File tree

4 files changed

+629
-77
lines changed

4 files changed

+629
-77
lines changed

docs/app/app.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const links = computed(() => [
6868

6969
<template>
7070
<UApp>
71-
<UBanner
71+
<!-- <UBanner
7272
id="nuxthub-multi-vendor"
7373
title="NuxtHub multi-vendor is now available"
7474
icon="i-lucide-globe"
@@ -83,7 +83,7 @@ const links = computed(() => [
8383
to: '/changelog/nuxthub-multi-vendor'
8484
}
8585
]"
86-
/>
86+
/> -->
8787

8888
<AppHeader />
8989
<UMain class="relative">

docs/nuxt.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ export default defineNuxtConfig({
88
'@vueuse/nuxt',
99
'nuxt-og-image',
1010
'nuxt-llms',
11-
'@nuxtjs/mcp-toolkit'
11+
'@nuxtjs/mcp-toolkit',
12+
'nuxt-studio'
1213
],
1314

1415
$production: {

docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"nuxt": "^4.2.2",
3131
"nuxt-llms": "^0.1.3",
3232
"nuxt-og-image": "^5.1.13",
33+
"nuxt-studio": "^1.3.0",
3334
"tailwindcss": "^4.1.18",
3435
"zod": "^4.2.1"
3536
}

0 commit comments

Comments
 (0)