diff --git a/src/js/github.io/index.mjs b/src/js/github.io/index.mjs index 1e7d8bd32..ea6a8332b 100644 --- a/src/js/github.io/index.mjs +++ b/src/js/github.io/index.mjs @@ -176,13 +176,13 @@ function channel(version) { if (parts.length > 1) { parts.shift() const chnl = parts.join("-").split(".").shift() - - if (['next', 'next-major', 'test'].includes(chnl)) { - return chnl - } - else { - return 'test' - } + return chnl + // if (['next', 'next-major', 'test'].includes(chnl)) { + // return chnl + // } + // else { + // return 'test' + // } } else { return 'latest'