54 lines
1.3 KiB
TypeScript
54 lines
1.3 KiB
TypeScript
![]() |
export default [
|
||
|
{
|
||
|
name: "haditha",
|
||
|
path: "/haditha",
|
||
|
file: "~/systems/hadith_ui/pages/haditha/index.vue",
|
||
|
},
|
||
|
{
|
||
|
name: "hadithaSearch",
|
||
|
path: "/haditha/search",
|
||
|
file: "~/systems/hadith_ui/pages/haditha/search/index.vue",
|
||
|
},
|
||
|
{
|
||
|
name: "hadithaChatBot",
|
||
|
path: "/haditha/chat-bot",
|
||
|
file: "~/systems/hadith_ui/pages/haditha/chat-bot.vue",
|
||
|
},
|
||
|
{
|
||
|
name: "hadithaFavorites",
|
||
|
path: "/haditha/favorites",
|
||
|
file: "~/systems/hadith_ui/pages/haditha/favorites/index.vue",
|
||
|
},
|
||
|
{
|
||
|
name: "hadithaLibrary",
|
||
|
path: "/haditha/library",
|
||
|
file: "~/systems/hadith_ui/pages/haditha/library/index.vue",
|
||
|
},
|
||
|
{
|
||
|
name: "hadithaLibraryShow",
|
||
|
path: "/haditha/library/:id/:slug?",
|
||
|
file: "~/systems/hadith_ui/pages/haditha/library/[id]/[slug]/index.vue",
|
||
|
},
|
||
|
{
|
||
|
name: "hadithaAbout",
|
||
|
path: "/haditha/about-us",
|
||
|
file: "~/systems/hadith_ui/pages/haditha/public-pages/about-us.vue",
|
||
|
},
|
||
|
{
|
||
|
name: "hadithaContact",
|
||
|
path: "/haditha/contact-us",
|
||
|
file: "~/systems/hadith_ui/pages/haditha/public-pages/ContactUs.vue",
|
||
|
},
|
||
|
{
|
||
|
name: "hadithaRules",
|
||
|
path: "/haditha/rules",
|
||
|
file: "~/systems/hadith_ui/pages/haditha/public-pages/rules.vue",
|
||
|
},
|
||
|
|
||
|
// {
|
||
|
// name: "hadithaLogin",
|
||
|
// path: "/haditha/login",
|
||
|
// file: "~/systems/hadith_ui/pages/haditha/login.vue",
|
||
|
// }
|
||
|
];
|