Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 55940eb

Browse files
authoredMar 30, 2025
Turnoff redirect function (#1254)
1 parent 3508d24 commit 55940eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎assets/js/src/argohub-redirect.js

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ async function getArgoHubRedirectURL(currentPath) {
2323
}
2424

2525
async function handleRedirect() {
26+
return
2627
if (SITE_IS_GITOPS_COLLECTION) return;
2728

2829
const isEnterpriseDocumentationCookieSet = checkIfEnterpriseDocumentationCookieSet()

0 commit comments

Comments
 (0)
Failed to load comments.