Skip to content

Commit

Permalink
Updated - Projects - Board
Browse files Browse the repository at this point in the history
- set function duration to 300(maximum) for Vercel deployment
  • Loading branch information
pdovhomilja committed Dec 22, 2023
1 parent 9399047 commit 0f3230f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/[locale]/(routes)/projects/boards/[boardId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ interface BoardDetailProps {
params: { boardId: string };
}

export const maxDuration = 300;

const BoardPage = async ({ params }: BoardDetailProps) => {
const session = await getServerSession(authOptions);
const user = session?.user;
Expand Down

3 comments on commit 0f3230f

@vercel
Copy link

@vercel vercel bot commented on 0f3230f Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextcrm-demo – ./

demo.nextcrm.io
nextcrm-demo-git-main-e-osvc.vercel.app
nextcrm-demo-e-osvc.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0f3230f Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 0f3230f Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextcrm-test – ./

nextcrm-test-e-osvc.vercel.app
nextcrm-test-git-main-e-osvc.vercel.app
test.nextcrm.io

Please sign in to comment.