From dd4d6b46b1778eb61154f3275cad6bf0feb49c67 Mon Sep 17 00:00:00 2001 From: Christel Westerberg Date: Fri, 27 Sep 2024 13:46:55 +0200 Subject: [PATCH] fix: remove dynamic rendering --- app/[lang]/(live)/(protected)/layout.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/[lang]/(live)/(protected)/layout.tsx b/app/[lang]/(live)/(protected)/layout.tsx index c9ffe2046..c6e4a0a51 100644 --- a/app/[lang]/(live)/(protected)/layout.tsx +++ b/app/[lang]/(live)/(protected)/layout.tsx @@ -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) {