1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-18 18:14:25 -04:00

attempt to fix metadata merging

This commit is contained in:
2025-04-22 22:17:32 -04:00
parent fe055116d5
commit 6c3cd0afe9
25 changed files with 411 additions and 413 deletions

View File

@@ -44,7 +44,7 @@ const getData = cache(
},
undefined,
{
revalidate: 900, // 15 minutes
revalidate: 300, // 5 minutes
tags: ["hits"],
}
);