fix(i18n): internalize locale logic in LandingPage to resolve content mismatch

This commit is contained in:
dyzulk
2026-01-09 10:55:34 +07:00
parent 3b51264fef
commit 10fd0c3a43
11 changed files with 8 additions and 36 deletions

View File

@@ -1,11 +0,0 @@
import { useRouter } from 'next/router'
import { LandingPage } from '../components/LandingPage'
export const Index = () => {
const { locale } = useRouter()
return <LandingPage locale={locale} />
}
<Index />
# DEBUG_ID_FILE_RENDERED