for gitea

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-01-09 18:29:51 +05:00
parent cd50a10539
commit f840063827

View File

@@ -2,7 +2,7 @@ import { Product } from "@/lib/products";
export async function getAllProducts(): Promise<Product[]> {
const res = await fetch("https://admin.promtechno.uz/api/products/", {
cache: "force-cache", // build time uchun
cache: "force-cache", // build time uchun for gitea
});
if (!res.ok) {