--- interface Props { resourceType: string; } const { resourceType } = Astro.props; const contributingUrl = 'https://github.com/github/awesome-copilot/blob/main/CONTRIBUTING.md'; const newIssueUrl = 'https://github.com/github/awesome-copilot/issues/new'; ---