PageLink.astro
1 --- 2 const { filename, link } = Astro.props; 3 --- 4 5 <span aria-hidden="true">— </span> 6 <a href={link}>{filename}</a>
1 --- 2 const { filename, link } = Astro.props; 3 --- 4 5 <span aria-hidden="true">— </span> 6 <a href={link}>{filename}</a>