completed animations on desktop size

This commit is contained in:
HAM!DREZA
2024-05-08 22:59:17 +03:30
parent 9e8d5abc19
commit a41a54788d
8 changed files with 434 additions and 259 deletions
+9 -11
View File
@@ -1,6 +1,6 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },
modules: [
'@nuxtjs/tailwindcss',
@@ -8,23 +8,21 @@ export default defineNuxtConfig({
'nuxt3-leaflet',
'nuxt-swiper',
"vue3-carousel-nuxt",
]
,
tailwindcss: {
// Options
},
gsap: {
composables: true,
provide: true,
extraPlugins:{
scrollTrigger: true,
}
},
css : ['~/assets/css/main.css'],
composables: true,
provide: true,
extraPlugins: {
scrollTrigger: true,
}
},
css: ['~/assets/css/main.css'],
})