fix(drop-base): add drop-base as git submodule
This commit is contained in:
parent
937954fa02
commit
b75ebd13b7
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "drop-base"]
|
||||
path = drop-base
|
||||
url = https://github.com/Drop-OSS/drop-base.git
|
||||
1
drop-base
Submodule
1
drop-base
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 1694de4e89d38849bc95372e93499eea8eec0678
|
||||
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue