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

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "drop-base"]
path = drop-base
url = https://github.com/Drop-OSS/drop-base.git

1
drop-base Submodule

Submodule drop-base added at 1694de4e89

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"],