Next.js 16 App Router, TR/EN i18n via [lang] routing and proxy.ts, Tailwind v4, minimal list menu style, sticky bottom tab bar with Intersection Observer, PWA manifest, WhatsApp fixed button. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
101 B
TypeScript
6 lines
101 B
TypeScript
import { redirect } from 'next/navigation'
|
|
|
|
export default function RootPage() {
|
|
redirect('/tr')
|
|
}
|