From 3f198547980fbd5c1c8a401a321d8966489da78b Mon Sep 17 00:00:00 2001 From: ashley Date: Tue, 22 Apr 2025 23:54:03 +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 50bc9330..ce55e86c 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 = `/chat?query=${encodeURIComponent(userQuery)}`; + window.location.href = `https://chatgpt.com/chat?query=${encodeURIComponent(userQuery)}`; } }); })();