diff --git a/frontend/src/constants/app.ts b/frontend/src/constants/app.ts index 0abebc54b..3b8b765df 100644 --- a/frontend/src/constants/app.ts +++ b/frontend/src/constants/app.ts @@ -3,5 +3,5 @@ import { useAppConfig } from '../hooks/useAppConfig'; // Get base URL from app config with fallback export const getBaseUrl = (): string => { const { config } = useAppConfig(); - return config?.baseUrl || 'https://demo.stirlingpdf.com'; -}; \ No newline at end of file + return config?.baseUrl || 'https://stirling.com'; +};