diff --git a/lib/schema.ts b/lib/schema.ts index b4217cd4..b3d55466 100644 --- a/lib/schema.ts +++ b/lib/schema.ts @@ -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 = () => ({