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
No known key found for this signature in database
GPG key ID: 3999E3EFEC9EEB74
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

@ -0,0 +1 @@
Subproject commit 1694de4e89d38849bc95372e93499eea8eec0678

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