Move admin panel to /root and decouple it from locale routing

This commit is contained in:
MOH
2026-03-06 15:15:53 +01:00
parent 96a0d7f8bb
commit d070c32a85
6 changed files with 332 additions and 327 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ export default function ComingSoonPage({ params: { locale } }: ComingSoonPagePro
<div className="mt-8">
<a
href={`/${localeKey}/root`}
href="/root"
className="inline-flex items-center gap-2 rounded-lg bg-zinc-900 px-4 py-2.5 text-sm font-medium text-white transition hover:bg-zinc-700 dark:bg-zinc-100 dark:text-zinc-900 dark:hover:bg-zinc-300"
>
<ShieldCheck className="h-4 w-4" />