export function getFullUrl(path: string): string { return "https://example.com" + path; } export function basePathRewrite(url: string): string { return url; }