mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-10 04:22:09 +10:00
add proper carousel to store page
uses the VueCarousel library to add an actual carousel to the store page for the images. uses responsive styles
This commit is contained in:
@ -26,14 +26,12 @@ export default defineNuxtConfig({
|
||||
},
|
||||
},
|
||||
|
||||
watchers: {
|
||||
chokidar: {
|
||||
ignored: ".data",
|
||||
},
|
||||
},
|
||||
|
||||
// Module config from here down
|
||||
modules: ["@nuxt/content"],
|
||||
modules: ["@nuxt/content", "vue3-carousel-nuxt"],
|
||||
|
||||
carousel: {
|
||||
prefix: "Vue",
|
||||
},
|
||||
|
||||
content: {
|
||||
api: {
|
||||
|
||||
Reference in New Issue
Block a user