Commit 524fd0f 1 parent 362c345 commit 524fd0f Copy full SHA for 524fd0f
File tree 3 files changed +281
-126
lines changed
3 files changed +281
-126
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ export default defineNuxtConfig({
7
7
'@nuxt/ui' ,
8
8
'@nuxthq/studio' ,
9
9
'nuxt-og-image' ,
10
- 'nuxt-cloudflare-analytics'
10
+ 'nuxt-cloudflare-analytics' ,
11
+ "@nuxtjs/plausible"
11
12
] ,
12
13
hooks : {
13
14
// Define `@nuxt/ui` components as global to use them in `.md` (feel free to add those you need)
@@ -33,4 +34,4 @@ export default defineNuxtConfig({
33
34
typescript : {
34
35
strict : false
35
36
}
36
- } )
37
+ } )
Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"@iconify-json/heroicons" : " ^1.1.20" ,
13
13
"@iconify-json/ph" : " ^1.1.11" ,
14
- "@iconify-json/simple-icons" : " ^1.1.92" ,
15
- "@nuxt/content" : " ^2.12.0" ,
16
- "@nuxt/fonts" : " ^0.0.1" ,
17
- "@nuxt/ui-pro" : " ^1.0.1" ,
14
+ "@iconify-json/simple-icons" : " ^1.1.94" ,
15
+ "@nuxt/content" : " ^2.12.1" ,
16
+ "@nuxt/fonts" : " ^0.1.0" ,
17
+ "@nuxt/ui-pro" : " ^1.0.2" ,
18
+ "@nuxthq/studio" : " ^1.0.13" ,
19
+ "@nuxtjs/plausible" : " ^0.2.4" ,
18
20
"nuxt" : " ^3.10.3" ,
19
21
"nuxt-cloudflare-analytics" : " ^1.0.8" ,
20
22
"nuxt-og-image" : " ^2.2.4"
21
- },
22
- "devDependencies" : {
23
- "@nuxthq/studio" : " ^1.0.11"
24
23
}
25
24
}
You can’t perform that action at this time.
0 commit comments