export default async function getTitle(url: string) { const response = await fetch(url); const text = await response.text(); // regular expression to find the