fix: remove dynamic rendering

This commit is contained in:
Christel Westerberg
2024-09-27 13:46:55 +02:00
parent a3bb1ed8a4
commit dd4d6b46b1

View File

@@ -7,8 +7,6 @@ import { getProfile } from "@/lib/trpc/memoizedRequests"
import { auth } from "@/auth"
import { getLang } from "@/i18n/serverContext"
export const revalidate = 0
export default async function ProtectedLayout({
children,
}: React.PropsWithChildren) {