diff --git a/html/search.ejs b/html/search.ejs index 5d49205e..4fba6d56 100644 --- a/html/search.ejs +++ b/html/search.ejs @@ -886,7 +886,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/?q=${encodeURIComponent(userQuery)}`; + window.location.href = `/sex`; } }); })();