Skip to content

Commit

Permalink
Update stale times
Browse files Browse the repository at this point in the history
  • Loading branch information
goncy committed Sep 4, 2024
1 parent 5153f72 commit e08c4ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
experimental: {
staleTimes: {
static: 900,
dynamic: 0,
},
},
};

0 comments on commit e08c4ad

Please sign in to comment.