export function urlCompleted(url: string) { if (url.startsWith('http://') || url.startsWith('https://')) return url return 'https://' + url }