Skip to content

Commit

Permalink
revalidate cache every 10 minuttes
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrir committed Nov 30, 2024
1 parent 35d3692 commit b710b0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ const nextConfig = {
images: {
domains: ['mstjsnrtkphezflfacvh.supabase.co'],
},
experimental: {
cacheLife: {
revalidate: 600,
},
},
};

export default nextConfig;

0 comments on commit b710b0b

Please sign in to comment.