Skip to content

Commit db40b0e

Browse files
committed
chore: Increase max duration for homepage
1 parent 74cb5a1 commit db40b0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: packages/docs/src/app/(pages)/page.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import { HeroSection } from './_landing/hero'
66
import { QuotesSection } from './_landing/quotes/quotes-section'
77
import { SponsorsSection } from './_landing/sponsors'
88

9+
export const maxDuration = 60_000
10+
911
export const metadata: Metadata = {
1012
title: {
1113
absolute: 'nuqs | Type-safe search params state management for Next.js'

0 commit comments

Comments
 (0)