diff --git a/apps/client-ts/src/components/RootLayout/index.tsx b/apps/client-ts/src/components/RootLayout/index.tsx index 77bef87cd..2e57087f7 100644 --- a/apps/client-ts/src/components/RootLayout/index.tsx +++ b/apps/client-ts/src/components/RootLayout/index.tsx @@ -36,6 +36,7 @@ export const RootLayout = () => { const router = useRouter() const base = process.env.NEXT_PUBLIC_WEBAPP_DOMAIN; const handlePageChange = (page: string) => { + console.log(`${base}/${page}`) if (page) { router.push(`${base}/${page}`); } else {