This commit is contained in:
2025-09-04 13:40:21 +03:00
parent 0037241558
commit 84216c3ced
8 changed files with 22 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ export const listProducts = async ({
},
headers,
next,
cache: "force-cache",
//cache: "force-cache",
}
)
.then(({ products, count }) => {