Skip to content

Commit

Permalink
Update next.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Nov 21, 2024
1 parent ee768b1 commit e24a59b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions next-canary/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ import type {NextConfig} from 'next'
const nextConfig: NextConfig = {
experimental: {
dynamicIO: true,
cacheLife: {
default: {
stale: undefined,
revalidate: 60 * 60 * 24 * 30, // 1 month, the default is 15 minutes
expire: 0xfffffffe,
},
},
},
}

Expand Down

0 comments on commit e24a59b

Please sign in to comment.