export function getImageUrl(url: string) { return `${import.meta.env.DIRECTUS_URL}assets/${url}`; }