--- const url = `${Astro.request.canonicalURL.origin}/company.json`; const response = await fetch(url); const data = await response.json(); ---