mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
fix(drop-base): add drop-base as git submodule
This commit is contained in:
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
Submodule drop-base added at 1694de4e89
@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user