From afa738f8c2661b0bb07e9d855219c01502b725ca Mon Sep 17 00:00:00 2001 From: ashley Date: Tue, 22 Apr 2025 23:55:06 +0000 Subject: [PATCH] Update html/search.ejs --- html/search.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/search.ejs b/html/search.ejs index ce55e86c..4a388b4b 100644 --- a/html/search.ejs +++ b/html/search.ejs @@ -1058,7 +1058,7 @@ function extractQueryFromUpsellMessage(message) { askBtn.addEventListener('click', () => { const userQuery = prompt('What would you like to ask ChatGPT?'); if (userQuery) { - window.location.href = `https://chatgpt.com/chat?query=${encodeURIComponent(userQuery)}`; + window.location.href = `https://chatgpt.com/?q=${encodeURIComponent(userQuery)}`; } }); })();