Skip to content

Commit

Permalink
Updated execution time
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Aug 1, 2024
1 parent b3cb758 commit 4c0eee2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/[...slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import {getPathFromContext, PageProps} from "@lib/drupal/utils"
// https://nextjs.org/docs/app/api-reference/file-conventions/route-segment-config
export const revalidate = false
export const dynamic = "force-static"
// https://vercel.com/docs/functions/runtimes#max-duration
export const maxDuration = 60

const Page = async ({params}: PageProps) => {
const path = getPathFromContext({params})
Expand Down

0 comments on commit 4c0eee2

Please sign in to comment.