feat(admin ui): customisable image carousel and new layout

This commit is contained in:
DecDuck
2024-12-27 14:43:40 +11:00
parent 43e32b44a2
commit 937954fa02
15 changed files with 853 additions and 194 deletions

View File

@ -32,6 +32,8 @@ export default defineNuxtConfig({
},
},
extends: [["github:drop-oss/drop-base"]],
// Module config from here down
modules: ["@nuxt/content", "vue3-carousel-nuxt"],
@ -54,4 +56,4 @@ export default defineNuxtConfig({
},
},
},
});
});