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:
DecDuck
2024-10-27 15:21:31 +11:00
parent 7bdc71ce56
commit 73a2e40941
8 changed files with 229 additions and 110 deletions
+5 -7
View File
@@ -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: {