Commit f59c078 1 parent f056e7b commit f59c078 Copy full SHA for f59c078
File tree 3 files changed +270
-155
lines changed
3 files changed +270
-155
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,13 @@ export default defineNuxtConfig({
5
5
modules : [
6
6
'@nuxt/ui-pro' ,
7
7
'@nuxt/content' ,
8
+ '@nuxt/image' ,
9
+ '@nuxt/scripts' ,
10
+ '@nuxtjs/plausible' ,
8
11
'@vueuse/nuxt' ,
9
12
'nuxt-og-image' ,
10
13
'nuxt-cloudflare-analytics' ,
11
- '@nuxtjs/plausible' ,
12
- '@nuxt/image' ,
13
- '@nuxt/scripts'
14
+ 'nuxt-llms'
14
15
] ,
15
16
devtools : {
16
17
enabled : true
@@ -72,5 +73,14 @@ export default defineNuxtConfig({
72
73
cloudflareAnalytics : {
73
74
token : '469b1f7049f14941acef0d0262a07ab3' ,
74
75
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
+ }
75
85
}
76
86
} )
Original file line number Diff line number Diff line change 14
14
"@iconify-json/logos" : " ^1.2.4" ,
15
15
"@iconify-json/lucide" : " ^1.2.26" ,
16
16
"@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 " ,
20
20
"@nuxt/fonts" : " ^0.10.3" ,
21
21
"@nuxt/image" : " ^1.9.0" ,
22
- "@nuxt/scripts" : " ^0.10.3 " ,
22
+ "@nuxt/scripts" : " ^0.10.4 " ,
23
23
"@nuxt/ui" : " 3.0.0-alpha.13" ,
24
24
"@nuxt/ui-pro" : " 3.0.0-alpha.13" ,
25
25
"@nuxtjs/plausible" : " ^1.2.0" ,
32
32
"medium-zoom" : " ^1.1.0" ,
33
33
"nuxt" : " ^3.15.4" ,
34
34
"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"
36
37
}
37
38
}
You can’t perform that action at this time.
0 commit comments