Skip to content

Commit

Permalink
feat(envited.ascs.digital): set force dynamic on users page
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Scheeren <[email protected]>
  • Loading branch information
royscheeren committed Jan 31, 2024
1 parent 6f1e9be commit 184acc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/envited.ascs.digital/app/dashboard/users/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ export default async function Index() {

return <Users users={users} />
}

export const dynamic = 'force-dynamic'

0 comments on commit 184acc4

Please sign in to comment.