mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-18 09:29:24 +00: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
|
// Get base URL from app config with fallback
|
||||||
export const getBaseUrl = (): string => {
|
export const getBaseUrl = (): string => {
|
||||||
const { config } = useAppConfig();
|
const { config } = useAppConfig();
|
||||||
return config?.baseUrl || 'https://demo.stirlingpdf.com';
|
return config?.baseUrl || 'https://stirling.com';
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user