Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/commit/c2230fb308c372edc083a17981544f5832a24acb
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -112,13 +112,13 @@ export default function QuickLaunch({servicesAndBookmarks, searchString, setSear
return (
< div className = { classNames (
"relative z- 1 0 ease-in-out duration-300 transition-opacity",
"relative z- 2 0 ease-in-out duration-300 transition-opacity",
hidden && ! isOpen && "hidden" ,
! hidden && isOpen && "opacity-100" ,
! isOpen && "opacity-0" ,
) } role = "dialog" aria - modal = "true" >
< div className = "fixed inset-0 bg-gray-500 bg-opacity-50" / >
< div className = "fixed inset-0 z- 1 0 overflow-y-auto">
< div className = "fixed inset-0 z- 2 0 overflow-y-auto">
< div className = "flex min-h-full min-w-full items-start justify-center text-center" >
< dialog className = "mt-[10%] min-w-[80%] max-w-[90%] md:min-w-[40%] rounded-md p-0 block font-medium text-theme-700 dark:text-theme-200 dark:hover:text-theme-300 shadow-md shadow-theme-900/10 dark:shadow-theme-900/20 bg-theme-50 dark:bg-theme-800" >
< input placeholder = "Search" className = { classNames (