mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 13:17:13 +01:00
d
This commit is contained in:
@@ -51,7 +51,7 @@ export default function AdminArticlesCreate() {
|
||||
useEffect(() => {
|
||||
const fetchCategoryOptions = async () => {
|
||||
const result: Response = await fetch(urlJoin(apiUrl, `categories`), {
|
||||
cache: "force-cache",
|
||||
cache: "no-cache",
|
||||
next: { revalidate: 60 * 1 },
|
||||
});
|
||||
console.log();
|
||||
|
||||
Reference in New Issue
Block a user