File tree Expand file tree Collapse file tree 4 files changed +629
-77
lines changed
Expand file tree Collapse file tree 4 files changed +629
-77
lines changed Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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 : {
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments