Update URL

This commit is contained in:
Lee Reilly
2026-03-01 13:50:29 -08:00
committed by Aaron Powell
parent a79f12fe19
commit e5084eba1c

View File

@@ -79,7 +79,7 @@ export const GET: APIRoute = () => {
content += "## Repository\n\n"; content += "## Repository\n\n";
content += "- **GitHub**: https://github.com/github/awesome-copilot\n"; content += "- **GitHub**: https://github.com/github/awesome-copilot\n";
content += "- **License**: MIT\n"; content += "- **License**: MIT\n";
content += "- **Website**: awesome-copilot.github.com\n"; content += "- **Website**: https://awesome-copilot.github.com\n";
return new Response(content, { return new Response(content, {
headers: { "Content-Type": "text/plain; charset=utf-8" }, headers: { "Content-Type": "text/plain; charset=utf-8" },