mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
Change fallback base URL to 'https://stirling.com'
This commit is contained in:
@@ -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';
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user