We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1038ae commit 494855aCopy full SHA for 494855a
apps/docs/app/[lang]/page.tsx
@@ -5,7 +5,7 @@ import { baseOptions } from '@/app/layout.config';
5
6
export default function HomePage() {
7
return (
8
- <HomeLayout {...baseOptions}>
+ <HomeLayout {...baseOptions} i18n>
9
<main className="flex min-h-screen flex-col items-center justify-center text-center px-4 py-16 sm:py-24 md:py-32 overflow-hidden bg-background text-foreground selection:bg-primary/20">
10
11
{/* Hero Section */}
0 commit comments