fix: explicit cast SITE_URL to string to unblock build
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 8s
Build & Deploy / 🧪 QA (push) Failing after 1m17s
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🏗️ Build (push) Has been cancelled

This commit is contained in:
2026-02-10 23:58:02 +01:00
parent 7ad5b5696d
commit ec3f9d5c8e

View File

@@ -1,6 +1,6 @@
import { config } from './config';
export const SITE_URL = config.baseUrl || 'https://klz-cables.com';
export const SITE_URL = (config.baseUrl as string) || 'https://klz-cables.com';
export const LOGO_URL = `${SITE_URL}/logo.png`;
export const getOrganizationSchema = () => ({