--- import { sidebar } from '../config.ts'; const {currentPage} = Astro.props; --- {sidebar.map(category => ( {category.text} {category.children.map(child => ( {child.text} ))} ))}