diff --git a/nuxt.config.ts b/nuxt.config.ts index 00c16df..f803daa 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -75,6 +75,12 @@ export default defineNuxtConfig({ file: "~/systems/search_ui/pages/search/(show)/[key]/[id]/index.vue", }, // hadith + + { + name: "hadithSearch", + path: "/hadith/search", + file: "~/systems/hadith_ui/pages/hadith/search.vue", + }, { name: "hadith", path: "/hadith", diff --git a/systems/hadith_ui b/systems/hadith_ui index 49b47bb..1f9ed61 160000 --- a/systems/hadith_ui +++ b/systems/hadith_ui @@ -1 +1 @@ -Subproject commit 49b47bb97fa7394c84ba16a340e08c1fac5384a1 +Subproject commit 1f9ed61d5bafcd14cf354620ee90ae98cbe44636