mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-18 13:25:32 -04:00
properly use vercel data cache for fetch results
This commit is contained in:
@@ -86,8 +86,8 @@ const getRepos = async (): Promise<Project[] | null> => {
|
||||
...options,
|
||||
cache: "force-cache",
|
||||
next: {
|
||||
// 10 minutes
|
||||
revalidate: 600,
|
||||
revalidate: 600, // 10 minutes
|
||||
tags: ["github-api"],
|
||||
},
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user