Skip to content

Commit

Permalink
build: force pages to be dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILLIPS71 committed Apr 16, 2024
1 parent 03c29c5 commit a2302bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/app/(dashboard)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ const DashboardPage = () => {
)
}

export const dynamic = 'force-dynamic'
export default DashboardPage
1 change: 1 addition & 0 deletions app/src/app/(dashboard)/settings/preferences/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ const PreferenceSettingsPage: NextPage = () => {
)
}

export const dynamic = 'force-dynamic'
export default PreferenceSettingsPage
1 change: 1 addition & 0 deletions app/src/app/(libraries)/new/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ const LibraryCreatePage = () => {
)
}

export const dynamic = 'force-dynamic'
export default LibraryCreatePage

0 comments on commit a2302bc

Please sign in to comment.