File tree Expand file tree Collapse file tree 3 files changed +270
-155
lines changed
Expand file tree Collapse file tree 3 files changed +270
-155
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,13 @@ export default defineNuxtConfig({
55 modules : [
66 '@nuxt/ui-pro' ,
77 '@nuxt/content' ,
8+ '@nuxt/image' ,
9+ '@nuxt/scripts' ,
10+ '@nuxtjs/plausible' ,
811 '@vueuse/nuxt' ,
912 'nuxt-og-image' ,
1013 'nuxt-cloudflare-analytics' ,
11- '@nuxtjs/plausible' ,
12- '@nuxt/image' ,
13- '@nuxt/scripts'
14+ 'nuxt-llms'
1415 ] ,
1516 devtools : {
1617 enabled : true
@@ -72,5 +73,14 @@ export default defineNuxtConfig({
7273 cloudflareAnalytics : {
7374 token : '469b1f7049f14941acef0d0262a07ab3' ,
7475 scriptPath : false
76+ } ,
77+ llms : {
78+ domain : 'https://hub.nuxt.com' ,
79+ title : 'NuxtHub Documentation for LLMs' ,
80+ description : 'NuxtHub helps you build and deploy full-stack Nuxt applications globally on your Cloudflare account.' ,
81+ full : {
82+ title : 'NuxtHub Complete Documentation' ,
83+ description : 'The complete NuxtHub documentation, blog posts and changelog written in Markdown (MDC syntax).'
84+ }
7585 }
7686} )
Original file line number Diff line number Diff line change 1414 "@iconify-json/logos" : " ^1.2.4" ,
1515 "@iconify-json/lucide" : " ^1.2.26" ,
1616 "@iconify-json/ph" : " ^1.2.2" ,
17- "@iconify-json/simple-icons" : " ^1.2.24 " ,
18- "@iconify-json/vscode-icons" : " ^1.2.14 " ,
19- "@nuxt/content" : " ^3.1.1 " ,
17+ "@iconify-json/simple-icons" : " ^1.2.25 " ,
18+ "@iconify-json/vscode-icons" : " ^1.2.15 " ,
19+ "@nuxt/content" : " https://pkg.pr.new/@nuxt/content@52659d0 " ,
2020 "@nuxt/fonts" : " ^0.10.3" ,
2121 "@nuxt/image" : " ^1.9.0" ,
22- "@nuxt/scripts" : " ^0.10.3 " ,
22+ "@nuxt/scripts" : " ^0.10.4 " ,
2323 "@nuxt/ui" : " 3.0.0-alpha.13" ,
2424 "@nuxt/ui-pro" : " 3.0.0-alpha.13" ,
2525 "@nuxtjs/plausible" : " ^1.2.0" ,
3232 "medium-zoom" : " ^1.1.0" ,
3333 "nuxt" : " ^3.15.4" ,
3434 "nuxt-cloudflare-analytics" : " ^1.0.8" ,
35- "nuxt-og-image" : " 4.1.2"
35+ "nuxt-llms" : " ^0.0.2" ,
36+ "nuxt-og-image" : " ^4.1.4"
3637 }
3738}
You can’t perform that action at this time.
0 commit comments