mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
fix(drop-base): add drop-base as git submodule
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[submodule "drop-base"]
|
||||
path = drop-base
|
||||
url = https://github.com/Drop-OSS/drop-base.git
|
||||
Submodule
+1
Submodule drop-base added at 1694de4e89
+1
-1
@@ -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