{"version":3,"file":"fullUrl-mCCKHsi2.js","sources":["../../src/utils/fullUrl.ts"],"sourcesContent":["export function fullUrl(url?: string | null): string {\r\n if (!url) return '';\r\n if (url.includes('https://') || url.includes('http://')) return url;\r\n\r\n const protocolPrefix = 'https://';\r\n return protocolPrefix + url;\r\n}\r\n"],"names":["fullUrl","url"],"mappings":"AAAO,SAASA,EAAQC,EAA6B,CAC7C,OAACA,EACDA,EAAI,SAAS,UAAU,GAAKA,EAAI,SAAS,SAAS,EAAUA,EAEzC,WACCA,EAJP,EAKrB"}