File tree Expand file tree Collapse file tree 3 files changed +32
-36
lines changed
Expand file tree Collapse file tree 3 files changed +32
-36
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,15 @@ import remarkGfm from "remark-gfm";
44export default defineNuxtConfig ( {
55 compatibilityDate : "2024-04-03" ,
66 css : [ "~/assets/css/main.postcss" ] ,
7- devtools : { enabled : true } ,
8- app : {
9- baseURL : "/" ,
10- } ,
11- ssr : true ,
7+ app : { baseURL : "/" } ,
8+ ssr : false ,
129 modules : [
13- "nuxt-lucide-icons" ,
1410 "@nuxt/content" ,
15- "@nuxt/ui" ,
1611 "@nuxt/icon" ,
17- "@nuxtjs/tailwindcss" ,
18- "@nuxtjs/color-mode" ,
1912 "@nuxt/image" ,
13+ "@nuxt/ui" ,
14+ "@nuxtjs/color-mode" ,
15+ "@nuxtjs/tailwindcss" ,
2016 ] ,
2117 content : {
2218 documentDriven : false ,
@@ -30,4 +26,5 @@ export default defineNuxtConfig({
3026 linkExactActiveClass : "active" ,
3127 } ,
3228 } ,
29+ ui : { } ,
3330} ) ;
Original file line number Diff line number Diff line change 1010 "postinstall" : " nuxt prepare"
1111 },
1212 "dependencies" : {
13+ "@iconify-json/carbon" : " ^1.2.3" ,
14+ "@iconify-json/heroicons-outline" : " ^1.2.0" ,
15+ "@iconify-json/heroicons" : " ^1.2.1" ,
16+ "@iconify-json/mdi" : " ^1.2.1" ,
17+ "@iconify-json/octicon" : " ^1.2.1" ,
18+ "@iconify-json/tabler" : " ^1.2.5" ,
1319 "@nuxt/content" : " ^2.13.2" ,
1420 "@nuxt/icon" : " ^1.5.5" ,
1521 "@nuxt/image" : " ^1.8.1" ,
1925 "change-case" : " ^5.4.4" ,
2026 "d3" : " ^7.9.0" ,
2127 "nuxt" : " ^3.13.2" ,
22- "nuxt-lucide-icons" : " ^1.0.5" ,
2328 "remark-gfm" : " ^4.0.0" ,
24- "vue" : " latest" ,
25- "vue-router " : " latest"
29+ "vue-router " : " latest" ,
30+ "vue" : " latest"
2631 },
2732 "packageManager" :
" [email protected] +sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca" ,
2833 "devDependencies" : {
29- "@iconify-json/carbon" : " ^1.2.3" ,
30- "@iconify-json/heroicons" : " ^1.2.1" ,
31- "@iconify-json/heroicons-outline" : " ^1.2.0" ,
32- "@iconify-json/mdi" : " ^1.2.1" ,
33- "@iconify-json/octicon" : " ^1.2.1" ,
34- "@iconify-json/tabler" : " ^1.2.5" ,
3534 "@tailwindcss/typography" : " ^0.5.15"
3635 }
3736}
You can’t perform that action at this time.
0 commit comments