Skip to content

Commit 7917df1

Browse files
committed
fix: force dynamic rendering for authenticated app routes
1 parent 3259909 commit 7917df1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apps/web/app/(app)/layout.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
"use client"
22

3+
// Force dynamic rendering — all app pages need auth at request time
4+
export const dynamic = "force-dynamic"
5+
36
import { useState } from "react"
47
import { SidebarNav } from "@/components/sidebar-nav"
58
import { cn } from "@/lib/utils"

0 commit comments

Comments
 (0)