fix: parallell routes needs a page.tsx in root not just in catchAll route
This commit is contained in:
@@ -6,5 +6,4 @@ import type { LangParams, PageArgs } from "@/types/params"
|
||||
|
||||
export default function MyPages({ params }: PageArgs<LangParams>) {
|
||||
redirect(overview[params.lang])
|
||||
return null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user