diff --git a/_layouts/default.html b/_layouts/default.html
index 346de1c..3817572 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1093,6 +1093,7 @@
Choose your AI platform
+
@@ -1756,6 +1757,9 @@
let url;
switch (platform.dataset.platform) {
+ case 'github-copilot':
+ url = `${baseUrl}?prompt=${encodeURIComponent(promptText)}`;
+ break;
case 'chatgpt':
url = `${baseUrl}?prompt=${encodeURIComponent(promptText)}`;
break;