fix: explicit cast SITE_URL to string to unblock build

This commit is contained in:
2026-02-10 23:58:02 +01:00
parent c952add238
commit fda5c63420

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 = () => ({