Refactor code structure for improved readability and maintainability

This commit is contained in:
hamed
2026-07-11 17:50:54 +03:30
parent ed985f55fb
commit 8f1c63d3b1
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import { safeJsonLd } from "@/lib/sanitize";
import { imageUrl } from "@/helper";
const API_URL = process.env.NEXT_PUBLIC_API_URL;
const FALLBACK_IMG = "https://nobat724.com/assets/images/logo.png";
const FALLBACK_IMG = "/assets/images/og-image.png";
const getDoctor = cache(async (slug) => {
if (!slug || slug === "undefined") return null;