--- import { fetchGlobalData } from "@utils/data/global/index.js"; const { data } = Astro.props; const { globals } = await fetchGlobalData(Astro); ---
{ data.slice(0, 10).map((item) => (
{item.chart.alt.replace(/['"]/g,
{item.chart.title} {item.chart.subtext}
)) }