fix(drop-base): add drop-base as git submodule

This commit is contained in:
DecDuck
2024-12-27 16:36:37 +11:00
parent 937954fa02
commit b75ebd13b7
3 changed files with 5 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export default defineNuxtConfig({
},
},
extends: [["github:drop-oss/drop-base"]],
extends: ['./drop-base'],
// Module config from here down
modules: ["@nuxt/content", "vue3-carousel-nuxt"],