mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-26 17:52:59 +02:00
Change fallback base URL to 'https://stirling.com'
This commit is contained in:
parent
190178a471
commit
49a10a3865
@ -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';
|
||||
};
|
||||
return config?.baseUrl || 'https://stirling.com';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user