From d5fdce4d03054c73190d21833bc9358778977f77 Mon Sep 17 00:00:00 2001 From: mustafa-rezae Date: Tue, 18 Feb 2025 16:26:32 +0330 Subject: [PATCH] Add hadith search page address --- nuxt.config.ts | 6 ++++++ systems/hadith_ui | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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