fix: rename retried-wrapped fetch to make caching work again
This commit is contained in:
@@ -13,7 +13,9 @@ export async function resolve(url: string, lang = Lang.en) {
|
||||
url,
|
||||
},
|
||||
{
|
||||
revalidate: 3600,
|
||||
next: {
|
||||
revalidate: 3600,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user