Files
Greenlens/greenlns-landing/app/de/page.tsx
2026-05-27 20:35:54 +02:00

6 lines
127 B
TypeScript

import { permanentRedirect } from 'next/navigation'
export default function GermanHomeRedirect() {
permanentRedirect('/')
}