diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e24bb0c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "drop-base"] + path = drop-base + url = https://github.com/Drop-OSS/drop-base.git diff --git a/drop-base b/drop-base new file mode 160000 index 0000000..1694de4 --- /dev/null +++ b/drop-base @@ -0,0 +1 @@ +Subproject commit 1694de4e89d38849bc95372e93499eea8eec0678 diff --git a/nuxt.config.ts b/nuxt.config.ts index 1102505..2852dbb 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -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"],