fix: remove dynamic rendering
This commit is contained in:
@@ -7,8 +7,6 @@ import { getProfile } from "@/lib/trpc/memoizedRequests"
|
|||||||
import { auth } from "@/auth"
|
import { auth } from "@/auth"
|
||||||
import { getLang } from "@/i18n/serverContext"
|
import { getLang } from "@/i18n/serverContext"
|
||||||
|
|
||||||
export const revalidate = 0
|
|
||||||
|
|
||||||
export default async function ProtectedLayout({
|
export default async function ProtectedLayout({
|
||||||
children,
|
children,
|
||||||
}: React.PropsWithChildren) {
|
}: React.PropsWithChildren) {
|
||||||
|
|||||||
Reference in New Issue
Block a user