Skip to content

Commit

Permalink
- Remove dynamic segment (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
nphivu414 authored Oct 30, 2023
1 parent 8108c8b commit 190a41d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/apps/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import { createServerComponentClient } from "@supabase/auth-helpers-nextjs"
import { cookies } from "next/headers"
import { MainLayout } from '@/components/ui/common/MainLayout'

export const dynamic = 'force-dynamic'

interface AppLayoutProps {
children: React.ReactNode
}
Expand Down

0 comments on commit 190a41d

Please sign in to comment.