mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 13:17:13 +01:00
d
This commit is contained in:
@@ -10,7 +10,7 @@ import Link from "next/link";
|
||||
|
||||
async function getCategories(): Promise<Category[]> {
|
||||
const result: Response = await fetch(urlJoin(apiUrl, `categories`), {
|
||||
cache: "force-cache",
|
||||
cache: "no-cache",
|
||||
next: { revalidate: 3600 },
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user